]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
README-alpha: New.
[bison.git] / src / getargs.c
index af8e68ae5d8ea506526e3ddfee49d2cfcfa43584..c45f11eb968fafb264989f960f26e508b8d958a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse command line arguments for bison.
-   Copyright (C) 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.
+   Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -24,9 +24,6 @@
 #include "files.h"
 #include "getargs.h"
 
-char *spec_file_prefix; /* for -b. */
-char *spec_name_prefix; /* for -p.  */
-
 int debug_flag = 0;
 int defines_flag = 0;
 int locations_flag = 0;
@@ -132,7 +129,7 @@ bison (GNU Bison) %s"), VERSION);
   putc ('\n', stream);
 
   fputs (_("\
-Copyright (C) 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n"),
+Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n"),
         stream);
 
   fputs (_("\
@@ -214,7 +211,8 @@ getargs (int argc, char *argv[])
          break;
 
        default:
-         usage (stderr);
+         fprintf (stderr, _("Try `%s --help' for more information.\n"),
+                  program_name);
          exit (1);
        }
     }