aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-14 22:10:11 +0000
committerRichard Stallman <rms@gnu.org>1993-05-14 22:10:11 +0000
commit8e063665475d07ea9e79a3e5d2fcb75162288c6f (patch)
treeee98e16ececf9312af826f5681cfdb46ce5897a6 /gcc
parent6e317b619ba828c21eca3ba8ae01d1c70cf4cb00 (diff)
downloadgcc-8e063665475d07ea9e79a3e5d2fcb75162288c6f.zip
gcc-8e063665475d07ea9e79a3e5d2fcb75162288c6f.tar.gz
gcc-8e063665475d07ea9e79a3e5d2fcb75162288c6f.tar.bz2
(option_map): Renamed --version to --use-version.
From-SVN: r4462
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6c0030d..0913c88 100644
--- 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},