mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* main.c (argument_table): Improve help for "+number" - it has
to be re-translated anyway.
This commit is contained in:
parent
d12a6c2eb6
commit
dfdb879eb1
@ -1,5 +1,8 @@
|
||||
2002-09-19 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (argument_table): Improve help for "+number" - it has
|
||||
to be re-translated anyway.
|
||||
|
||||
* main.c (argument_table): Add missing descriptions.
|
||||
|
||||
* main.c [NATIVE_WIN32]: Remove -S option, it's useless.
|
||||
|
@ -2084,8 +2084,8 @@ print_mc_usage (poptContext ctx, FILE * stream)
|
||||
/* print help for options */
|
||||
poptPrintHelp (ctx, stream, 0);
|
||||
|
||||
fprintf (stream, " %s %s", _("+number"),
|
||||
_("number is the start line number of file for `mcedit'.\n"));
|
||||
fprintf (stream, " %s %s\n", _("+number"),
|
||||
_("Set initial line number for the internal editor"));
|
||||
fprintf (stream,
|
||||
_("\n"
|
||||
"Please send any bug reports (including the output of `mc -V')\n"
|
||||
|
Loading…
Reference in New Issue
Block a user