mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Document option -F in one more place.
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
* src/options.icc (Options::get_initializer_suffix): New function.
|
||||
* src/options.cc (DEFAULT_INITIALIZER_SUFFIX): New constant.
|
||||
(Options::initializer_suffix): New variable.
|
||||
(Options::short_usage): Document option "-F".
|
||||
(Options::long_usage): Document option "-F".
|
||||
(Options constructor): Initialize initializer_suffix.
|
||||
(Options destructor): Dump initializer_suffix.
|
||||
|
||||
@@ -83,7 +83,7 @@ void
|
||||
Options::short_usage (FILE * strm)
|
||||
{
|
||||
T (Trace t ("Options::short_usage");)
|
||||
fprintf (strm, "Usage: %s [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]\n"
|
||||
fprintf (strm, "Usage: %s [-cCdDef[num]F<initializers>GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]\n"
|
||||
"Try `%s --help' for more information.\n",
|
||||
program_name, program_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user