Changing verbose to verbosity in the help options to match what we actually use.
This commit is contained in:
parent
b42ac76787
commit
c27b89dfd4
3 changed files with 6 additions and 7 deletions
|
@ -43,8 +43,8 @@ SDK commands:
|
|||
-d|--diagnostics Enable diagnostic output.
|
||||
|
||||
Common options:
|
||||
-v|--verbose Enable verbose output
|
||||
-h|--help Show help
|
||||
-v|--verbosity Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].
|
||||
-h|--help Show help.
|
||||
|
||||
Run 'dotnet COMMAND --help' for more information on a command.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue