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 ed9dd7b..69ea5ef 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 831c36e..6d32a3f 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,