From: Ulrich Drepper Date: Tue, 5 May 1998 11:24:07 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-ud-980518~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c38dd46bf3c42b0de5ccefdbe3b078a141d64a7;p=thirdparty%2Fglibc.git Update. 1998-05-04 Andreas Schwab * locale/programs/localedef.c (options): Fix help message. --- diff --git a/ChangeLog b/ChangeLog index ed9dd7bf6eb..69ea5ef88fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-05-04 Andreas Schwab + + * locale/programs/localedef.c (options): Fix help message. + 1998-05-04 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index 831c36e429f..6d32a3fbfa3 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,