1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* locale/programs/localedef.c (options): Fix help message.
This commit is contained in:
Ulrich Drepper 1998-05-05 11:24:07 +00:00
parent e1252e2825
commit 7c38dd46bf
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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,