trivial help message fix
authorKarl Berry <karl@freefriends.org>
Thu, 22 May 2003 13:57:59 +0000 (13:57 +0000)
committerKarl Berry <karl@freefriends.org>
Thu, 22 May 2003 13:57:59 +0000 (13:57 +0000)
ChangeLog
gnulib-tool

index 77f92a3f4116a197b0bdee3eb99da101eac7bc5e..f782df05534340483f07f6cca6214d7c815ce66c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-22    <karl@gnu.org>
+
+       * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
+
 2003-05-09  Bruno Haible  <bruno@clisp.org>
 
        * modules/error: Add m4/strerror_r.m4 to file list.
index 89037fb192ae98cd882c4c7b931b79a700b6411a..070b779213d8c2bdf210d24abae6e1b4f5e71f5a 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2003-01-21 13:21:17 $'
+cvsdatestamp='$Date: 2003-05-22 13:57:59 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -79,7 +79,7 @@ Operation modes:
 
 Options:
       --dir=DIRECTORY       specify the target directory
-      --lib=libRARY         specify the library name
+      --lib=LIBRARY         specify the library name
       --no-changelog        don't update or create ChangeLog files
 
 Report bugs to <bug-gnulib@gnu.org>."