|
|
@@ -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"
|
|
|
;
|