list command help text fix
This commit is contained in:
parent
06ad3a686f
commit
11270a436b
2 changed files with 6 additions and 3 deletions
|
@ -18,10 +18,11 @@ namespace Microsoft.DotNet.Cli.List.Reference.Tests
|
|||
Usage: dotnet list <PROJECT> reference [options]
|
||||
|
||||
Arguments:
|
||||
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
|
||||
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
|
||||
|
||||
Options:
|
||||
-h|--help Show help information";
|
||||
-h, --help Show help information
|
||||
";
|
||||
|
||||
const string FrameworkNet451Arg = "-f net451";
|
||||
const string ConditionFrameworkNet451 = "== 'net451'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue