about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--locale/programs/localedef.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed9dd7bf6e..69ea5ef88f 100644
--- 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
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 831c36e429..6d32a3fbfa 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -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,