changeset 4325:db705903ccfc

trivial help message fix
author Karl Berry <karl@freefriends.org>
date Thu, 22 May 2003 13:57:59 +0000
parents f40be9897574
children feddc3c3c8fb
files ChangeLog gnulib-tool
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -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 @@
 
 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>."