summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authormillaway <millaway>2002-09-05 10:48:55 +0000
committermillaway <millaway>2002-09-05 10:48:55 +0000
commit7ff93bd00d6f2d759e84546f75982ed0e8932932 (patch)
tree3d8c0994ed2beb9fb6a54a89f980984a7fbae5eb /options.c
parent2cb8bcf6d1a2436e8560299ef51d95128b804280 (diff)
downloadflex-7ff93bd00d6f2d759e84546f75982ed0e8932932.tar.gz
Tons more work on tables.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index a6322c1..f9515ea 100644
--- a/options.c
+++ b/options.c
@@ -187,7 +187,7 @@ optspec_t flexopts[] = {
,
{"--trace", OPT_TRACE, 0}
, /* Flex should run in trace mode. */
- {"--tables[=FILE]", OPT_TABLES, 0}
+ {"--tables-file[=FILE]", OPT_TABLES_FILE, 0}
, /* Save tables to FILE */
{"--nounistd", OPT_NO_UNISTD_H, 0}
, /* Do not include unistd.h */