summaryrefslogtreecommitdiff
path: root/tests/test-6.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-6.exp')
-rw-r--r--tests/test-6.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-6.exp b/tests/test-6.exp
index 86eba89..8a08b8f 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -71,6 +71,9 @@ Details in the output code:
-W, --word-array-name=NAME
Specify name of word list array. Default name is
'wordlist'.
+ --length-table-name=NAME
+ Specify name of length table array. Default name is
+ 'lengthtable'.
-S, --switch=COUNT Causes the generated C code to use a switch
statement scheme, rather than an array lookup table.
This can lead to a reduction in both time and space