summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheophile Ranquet <ranquet@lrde.epita.fr>2012-12-05 15:27:25 +0100
committerTheophile Ranquet <ranquet@lrde.epita.fr>2012-12-05 15:39:52 +0100
commite35cd6def7a19423a5f0fc566d844f6019df111a (patch)
treeb744fdfb76c623d773b5e248650f65d75aa27e15 /src
parent7ae57e2a352764327f7b6b969a28d8c6640eab33 (diff)
downloadbison-e35cd6def7a19423a5f0fc566d844f6019df111a.tar.gz
misc: require getline
* bootstrap.conf: Here, used by src/location.c. * src/getargs.c (long_options): Rename --flags to --feature.
Diffstat (limited to 'src')
-rw-r--r--src/getargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getargs.c b/src/getargs.c
index c8865bfb..ab2a28e8 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -552,7 +552,7 @@ static struct option const long_options[] =
/* Output. */
{ "defines", optional_argument, 0, 'd' },
- { "flag", optional_argument, 0, 'f' },
+ { "feature", optional_argument, 0, 'f' },
/* Operation modes. */
{ "fixed-output-files", no_argument, 0, 'y' },