(option_map): Renamed --version to --use-version.
authorRichard Stallman <rms@gnu.org>
Fri, 14 May 1993 22:10:11 +0000 (22:10 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 14 May 1993 22:10:11 +0000 (22:10 +0000)
From-SVN: r4462

gcc/gcc.c

index 6c0030d..0913c88 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -680,7 +680,7 @@ struct option_map option_map[] =
    {"--no-line-commands", "-P", 0},
    {"--assemble", "-S", 0},
    {"--undefine-macro", "-U", "a"},
-   {"--version", "-V", "a"},
+   {"--use-version", "-V", "a"},
    {"--for-assembler", "-Wa", "a"},
    {"--extra-warnings", "-W", 0},
    {"--all-warnings", "-Wall", 0},