diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 23:33:17 +0400 |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 09:58:41 +0400 |
commit | 28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch) | |
tree | b4b7dfefb783338a5753c989c14d73a52465cf3f /Source/CPack | |
parent | 57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff) | |
download | cmake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.gz |
Help: Short options first, then long, then Windows style
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cpack.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 221f7ddbb2..4d9a42a472 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -50,7 +50,7 @@ const char* cmDocumentationOptions[][2] = { { "-C <Configuration>", "Specify the project configuration" }, { "-D <var>=<value>", "Set a CPack variable." }, { "--config <configFile>", "Specify the config file." }, - { "--verbose,-V", "Enable verbose output" }, + { "-V,--verbose", "Enable verbose output" }, { "--trace", "Put underlying cmake scripts in trace mode." }, { "--trace-expand", "Put underlying cmake scripts in expanded trace mode." }, { "--debug", "Enable debug output (for CPack developers)" }, |