diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-05 11:24:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-05 11:24:07 +0000 |
commit | 7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7 (patch) | |
tree | dc2093e98f9d3b0b8f5bd848b119ac9d1fdba2a1 | |
parent | e1252e282559645a5a4093f747ff5a44516dda9b (diff) | |
download | glibc-7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7.tar.gz glibc-7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7.tar.xz glibc-7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7.zip |
Update.
1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/programs/localedef.c (options): Fix help message.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | locale/programs/localedef.c | 2 |
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, |