From: Bruno Haible Date: Fri, 26 Oct 2001 09:25:41 +0000 (+0000) Subject: Fix the usage message. X-Git-Tag: v0.11~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738d90fd26b609548adfe4ef8429582b387b2b09;p=thirdparty%2Fgettext.git Fix the usage message. --- diff --git a/src/ChangeLog b/src/ChangeLog index 53ec50073..1b787840b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2001-10-11 Bruno Haible + + * msgattrib.c (usage): Fix: --sort-output doesn't deal with duplicates. + * msgcat.c (usage): Likewise. + * msgcomm.c (usage): Likewise. + * msgconv.c (usage): Likewise. + * msgen.c (usage): Likewise. + * msgexec.c (usage): Likewise. + * msggrep.c (usage): Likewise. + * msgmerge.c (usage): Likewise. + * msgunfmt.c (usage): Likewise. + * msguniq.c (usage): Likewise. + * xgettext.c (usage): Likewise. + 2001-10-09 Bruno Haible * write-po.c (memcpy_small): New function. diff --git a/src/msgattrib.c b/src/msgattrib.c index a4e2a26f8..2208c1cd0 100644 --- a/src/msgattrib.c +++ b/src/msgattrib.c @@ -388,7 +388,7 @@ Output details:\n\ -n, --add-location generate '#: filename:line' lines (default)\n\ --strict write out strict Uniforum conforming .po file\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgcat.c b/src/msgcat.c index d92ae9b10..6efed5dd2 100644 --- a/src/msgcat.c +++ b/src/msgcat.c @@ -357,7 +357,7 @@ Output details:\n\ -n, --add-location generate '#: filename:line' lines (default)\n\ --strict write out strict Uniforum conforming .po file\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgcomm.c b/src/msgcomm.c index 91fbef8e3..ab0c14976 100644 --- a/src/msgcomm.c +++ b/src/msgcomm.c @@ -369,7 +369,7 @@ Output details:\n\ -n, --add-location generate '#: filename:line' lines (default)\n\ --strict write out strict Uniforum conforming .po file\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ --omit-header don't write header with `msgid \"\"' entry\n\ ")); diff --git a/src/msgconv.c b/src/msgconv.c index 1c8dc87c8..0681d0917 100644 --- a/src/msgconv.c +++ b/src/msgconv.c @@ -291,7 +291,7 @@ Output details:\n\ --add-location preserve '#: filename:line' lines (default)\n\ --strict strict Uniforum output style\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgen.c b/src/msgen.c index fad5003e5..e65f02c93 100644 --- a/src/msgen.c +++ b/src/msgen.c @@ -273,7 +273,7 @@ Output details:\n\ --add-location preserve '#: filename:line' lines (default)\n\ --strict strict Uniforum output style\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgexec.c b/src/msgexec.c index d6d98ee56..9adada21e 100644 --- a/src/msgexec.c +++ b/src/msgexec.c @@ -396,7 +396,7 @@ Output details:\n\ --add-location preserve '#: filename:line' lines (default)\n\ --strict strict Uniforum output style\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msggrep.c b/src/msggrep.c index da6aa6f37..d973630eb 100644 --- a/src/msggrep.c +++ b/src/msggrep.c @@ -443,7 +443,7 @@ Output details:\n\ --add-location preserve '#: filename:line' lines (default)\n\ --strict strict Uniforum output style\n\ -w, --width=NUMBER set output page width\n\ - --sort-output generate sorted output and remove duplicates\n\ + --sort-output generate sorted output\n\ --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgmerge.c b/src/msgmerge.c index 7a6b2fcf5..7800f9836 100644 --- a/src/msgmerge.c +++ b/src/msgmerge.c @@ -445,7 +445,7 @@ Output details:\n\ --add-location preserve '#: filename:line' lines (default)\n\ --strict strict Uniforum output style\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/msgunfmt.c b/src/msgunfmt.c index 7b500676e..0d95d0033 100644 --- a/src/msgunfmt.c +++ b/src/msgunfmt.c @@ -317,7 +317,7 @@ Output details:\n\ -i, --indent write indented output style\n\ --strict write strict uniforum style\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ ")); printf ("\n"); /* xgettext: no-wrap */ diff --git a/src/msguniq.c b/src/msguniq.c index fe0c77ef2..34824e447 100644 --- a/src/msguniq.c +++ b/src/msguniq.c @@ -329,7 +329,7 @@ Output details:\n\ -n, --add-location generate '#: filename:line' lines (default)\n\ --strict write out strict Uniforum conforming .po file\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ ")); printf ("\n"); diff --git a/src/xgettext.c b/src/xgettext.c index 7281fe189..242be2b09 100644 --- a/src/xgettext.c +++ b/src/xgettext.c @@ -581,7 +581,7 @@ Output details:\n\ -n, --add-location generate '#: filename:line' lines (default)\n\ --strict write out strict Uniforum conforming .po file\n\ -w, --width=NUMBER set output page width\n\ - -s, --sort-output generate sorted output and remove duplicates\n\ + -s, --sort-output generate sorted output\n\ -F, --sort-by-file sort output by file location\n\ --omit-header don't write header with `msgid \"\"' entry\n\ --foreign-user omit FSF copyright in output for foreign user\n\