diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 19:33:17 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch) | |
tree | b4b7dfefb783338a5753c989c14d73a52465cf3f /Source/cmakemain.cxx | |
parent | 57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff) | |
download | CMake-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.cxx | 4 |
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" ; |