summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-09 19:33:17 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-14 05:58:41 (GMT)
commit28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch)
treeb4b7dfefb783338a5753c989c14d73a52465cf3f /Source/cmakemain.cxx
parent57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff)
downloadCMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.zip
CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.gz
CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.bz2
Help: Short options first, then long, then Windows style
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index c83508b..5837bc5 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -627,14 +627,14 @@ int do_build(int ac, char const* const* av)
" specifies a default parallel level when this "
"option\n"
" is not given.\n"
- " --target <tgt>..., -t <tgt>... \n"
+ " -t <tgt>..., --target <tgt>...\n"
" = Build <tgt> instead of default targets.\n"
" --config <cfg> = For multi-configuration tools, choose <cfg>.\n"
" --clean-first = Build target 'clean' first, then build.\n"
" (To clean only, use --target 'clean'.)\n"
" --resolve-package-references={on|only|off}\n"
" = Restore/resolve package references during build.\n"
- " --verbose, -v = Enable verbose output - if supported - including\n"
+ " -v, --verbose = Enable verbose output - if supported - including\n"
" the build commands to be executed. \n"
" -- = Pass remaining options to the native tool.\n"
;