[CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>"
authorFangrui Song <i@maskray.me>
Thu, 14 Jul 2022 08:28:28 +0000 (01:28 -0700)
committerFangrui Song <i@maskray.me>
Thu, 14 Jul 2022 08:28:28 +0000 (01:28 -0700)
commit52cb972537dac7ac535b57ba9399d53549c027e8
treec47af87d584ac6ece835a518ba1dc481a1172c66
parent6e6be5f9504d3de7a5e94bdc3c8ba96d2f6a88a8
[CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>"

Accepting -o= is a quirk of CommandLine. For --help, we should print the
conventional "-o <xxx>".
clang-tools-extra/docs/clang-doc.rst
clang-tools-extra/docs/clang-rename.rst
clang-tools-extra/docs/clang-tidy/index.rst
clang/docs/ClangOffloadPackager.rst
clang/docs/ClangOffloadWrapper.rst
clang/test/Driver/clang-offload-wrapper.c
llvm/docs/CommandGuide/llvm-cov.rst
llvm/lib/Support/CommandLine.cpp
llvm/test/tools/llvm-dwarfdump/cmdline.test