Changing verbose to verbosity in the help options to match what we actually use.

This commit is contained in:
Livar Cunha 2017-05-24 22:03:43 -07:00
parent b42ac76787
commit c27b89dfd4
3 changed files with 6 additions and 7 deletions

View file

@ -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.