summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-31 15:03:15 +0000
committerBruno Haible <bruno@clisp.org>2003-01-31 15:03:15 +0000
commitef37a53d732206d047aad6ffffa9ea88b1dbb2c3 (patch)
tree169c4ba14c531442dd3162f760c9cd72963c71e9 /tests
parentb0faccc7ef435f9c0713f5369bbfdae16525360b (diff)
downloadgperf-ef37a53d732206d047aad6ffffa9ea88b1dbb2c3.tar.gz
Rename some long options.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-6.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-6.exp b/tests/test-6.exp
index f73a9a5..6985dd9 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -33,16 +33,16 @@ Details in the output code:
-F, --initializer-suffix=INITIALIZERS
Initializers for additional components in the keyword
structure.
- -H, --hash-fn-name=NAME
+ -H, --hash-function-name=NAME
Specify name of generated hash function. Default is
'hash'.
- -N, --lookup-fn-name=NAME
+ -N, --lookup-function-name=NAME
Specify name of generated lookup function. Default
name is 'in_word_set'.
-Z, --class-name=NAME Specify name of generated C++ class. Default name is
'Perfect_Hash'.
-7, --seven-bit Assume 7-bit characters.
- -l, --compare-strlen Compare key lengths before trying a string
+ -l, --compare-lengths Compare key lengths before trying a string
comparison. This is necessary if the keywords
contain NUL bytes. It also helps cut down on the
number of string comparisons made during the lookup.
@@ -54,7 +54,7 @@ Details in the output code:
lookup function rather than with defines.
-I, --includes Include the necessary system include file <string.h>
at the beginning of the code.
- -G, --global Generate the static table of keywords as a static
+ -G, --global-table Generate the static table of keywords as a static
global variable, rather than hiding it inside of the
lookup function (which is the default behavior).
-W, --word-array-name=NAME