]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 May 1998 11:24:07 +0000 (11:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 May 1998 11:24:07 +0000 (11:24 +0000)
1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* locale/programs/localedef.c (options): Fix help message.

ChangeLog
locale/programs/localedef.c

index ed9dd7bf6ebc3bab1c5c2c7a6ad75d0984ca0922..69ea5ef88fb708ea4559ce0f607891e61d80f966 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * locale/programs/localedef.c (options): Fix help message.
+
 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
index 831c36e429ff8fe0210f31e4a71bf9a2f6b1dea4..6d32a3fbfa3e7888ef825239edf95eebf70d46fa 100644 (file)
@@ -100,7 +100,7 @@ static const struct argp_option options[] =
     N_("Symbolic character names defined in FILE") },
   { "inputfile", 'i', "FILE", 0, N_("Source definitions are found in FILE") },
   { "repertoire-map", 'u', "FILE", 0,
-    N_("file containing mapping from symbolic names to UCS4 values") },
+    N_("FILE contains mapping from symbolic names to UCS4 values") },
 
   { NULL, 0, NULL, 0, N_("Output control:") },
   { "force", 'c', NULL, 0,