diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-08-16 19:34:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-08-16 19:34:33 +0000 |
commit | ae76aa42e36b798378f08ab282cf5ba70d17daef (patch) | |
tree | 2f954296539fe3df148f71e68678c0c9e9b4019c | |
parent | 2cdd6c918fec4190b75311287181d2899474cb65 (diff) | |
download | glibc-ae76aa42e36b798378f08ab282cf5ba70d17daef.zip glibc-ae76aa42e36b798378f08ab282cf5ba70d17daef.tar.gz glibc-ae76aa42e36b798378f08ab282cf5ba70d17daef.tar.bz2 |
(usage): Fix help text.
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 7047057..98744c2 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -213,7 +213,7 @@ usage (int status) Usage: %s [OPTION]... -o OUTPUT-FILE [INPUT-FILE]...\n\ %s [OPTION]... [OUTPUT-FILE [INPUT-FILE]...]\n\ Mandatory arguments to long options are mandatory for short options too.\n\ - -H, --header create C header file containing symbol definitions\n\ + -H, --header=NAME create C header file NAME containing symbol definitions\n\ -h, --help display this help and exit\n\ --new do not use existing catalog, force new output file\n\ -o, --output=NAME write output to file NAME\n\ |