From dfdb879eb189d68d885c416cef606f12f1c4d415 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 19 Sep 2002 06:43:06 +0000 Subject: [PATCH] * main.c (argument_table): Improve help for "+number" - it has to be re-translated anyway. --- src/ChangeLog | 3 +++ src/main.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2f7562f3c..0d1669c8e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-09-19 Pavel Roskin + * 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. diff --git a/src/main.c b/src/main.c index 5e43bd64b..27ab60864 100644 --- a/src/main.c +++ b/src/main.c @@ -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"