]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msginit doesn't have a --verbose option any more.
authorBruno Haible <bruno@clisp.org>
Mon, 9 Sep 2002 14:13:56 +0000 (14:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:45 +0000 (12:08 +0200)
doc/ChangeLog
doc/gettext.texi

index fa7b3f9ee868229f185121c9dd014b0ffa66f034..1219793abb3ba38ec26dc79ef7468c4c02f9cd83 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-09  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Creating): Remove --verbose argument of msginit
+       invocation.
+       Reported by Simon Josefsson <jas@extundo.com>.
+
 2002-09-09  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Smalltalk): Update.
index 855c4054429289553aee1a09cdd57bab9702fd8a..80feedd554e95a0e4d25f539232c35dce1d44ffa 100644 (file)
@@ -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.