Commit 8e063665 by Richard Stallman

(option_map): Renamed --version to --use-version.

From-SVN: r4462
parent 6e317b61
...@@ -680,7 +680,7 @@ struct option_map option_map[] = ...@@ -680,7 +680,7 @@ struct option_map option_map[] =
{"--no-line-commands", "-P", 0}, {"--no-line-commands", "-P", 0},
{"--assemble", "-S", 0}, {"--assemble", "-S", 0},
{"--undefine-macro", "-U", "a"}, {"--undefine-macro", "-U", "a"},
{"--version", "-V", "a"}, {"--use-version", "-V", "a"},
{"--for-assembler", "-Wa", "a"}, {"--for-assembler", "-Wa", "a"},
{"--extra-warnings", "-W", 0}, {"--extra-warnings", "-W", 0},
{"--all-warnings", "-Wall", 0}, {"--all-warnings", "-Wall", 0},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment