From: Bruno Haible Date: Mon, 9 Sep 2002 14:13:56 +0000 (+0000) Subject: msginit doesn't have a --verbose option any more. X-Git-Tag: v0.12~1279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22bb90f757c2d2e58758f3cc3f2db87cb929108;p=thirdparty%2Fgettext.git msginit doesn't have a --verbose option any more. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index fa7b3f9ee..1219793ab 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-09-09 Bruno Haible + + * gettext.texi (Creating): Remove --verbose argument of msginit + invocation. + Reported by Simon Josefsson . + 2002-09-09 Bruno Haible * gettext.texi (Smalltalk): Update. diff --git a/doc/gettext.texi b/doc/gettext.texi index 855c40544..80feedd55 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -2390,7 +2390,7 @@ For example: @example $ cd @var{PACKAGE}-@var{VERSION} $ cd po -$ msginit --verbose +$ msginit @end example The alternative way is to do the copy and modifications by hand.