/* 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.
#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;
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 (_("\
break;
default:
- usage (stderr);
+ fprintf (stderr, _("Try `%s --help' for more information.\n"),
+ program_name);
exit (1);
}
}