]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
regen
[bison.git] / src / getargs.c
index c8865bfbd96d2e652b91cefc569b5e63c7076160..94197f86fc11c565841fc53bcf84eda188743bbd 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -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' },