From 2d0d5d996115d3f7e92ec524d2784a8fc6548f72 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 22 May 2003 13:57:59 +0000 Subject: [PATCH] trivial help message fix --- ChangeLog | 4 ++++ gnulib-tool | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77f92a3f41..f782df0553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 + + * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg. + 2003-05-09 Bruno Haible * modules/error: Add m4/strerror_r.m4 to file list. diff --git a/gnulib-tool b/gnulib-tool index 89037fb192..070b779213 100755 --- 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 @@ 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 ." -- 2.30.2