diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-14 22:10:11 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-14 22:10:11 +0000 |
commit | 8e063665475d07ea9e79a3e5d2fcb75162288c6f (patch) | |
tree | ee98e16ececf9312af826f5681cfdb46ce5897a6 /gcc | |
parent | 6e317b619ba828c21eca3ba8ae01d1c70cf4cb00 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |