* main.c: Fully remove obsolete "-m" option.
Этот коммит содержится в:
родитель
99a5d433f0
Коммит
05af9f14c7
@ -1,7 +1,11 @@
|
||||
2002-09-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c: Fully remove obsolete "-m" option.
|
||||
|
||||
2002-09-11 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* main.c [WITH_SMBFS]: Include ../vfs/smbfs.h.
|
||||
(argument_table) [WITH_SMBFS]: Add -D, --debuglevel option for
|
||||
(argument_table) [WITH_SMBFS]: Add -D, --debuglevel option for
|
||||
smbfs debug level.
|
||||
(process_args) [WITH_SMBFS]: Handle new -D option.
|
||||
(print_mc_usage) [WITH_SMBFS]: Describe -D, --debuglevel option.
|
||||
|
@ -2211,11 +2211,6 @@ process_args (int c, const char *option_arg)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
case 'm':
|
||||
fputs (_("Option -m is obsolete. Please look at Display Bits... in the Option's menu\n"), stderr);
|
||||
finish_program = 1;
|
||||
break;
|
||||
|
||||
#ifdef NATIVE_WIN32
|
||||
case 'S':
|
||||
print_last_wd = 2;
|
||||
@ -2274,8 +2269,6 @@ static const struct poptOption argument_table [] = {
|
||||
#endif
|
||||
#endif
|
||||
{ "libdir", 'f', POPT_ARG_NONE, NULL, 'f' },
|
||||
{ NULL, 'm', POPT_ARG_NONE, NULL, 'm',
|
||||
N_("Obsolete") },
|
||||
{ "nocolor", 'b', POPT_ARG_NONE, &disable_colors, 0,
|
||||
N_("Requests to run in black and white") },
|
||||
{ "nomouse", 'd', POPT_ARG_NONE, NULL, 'd',
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user