loc spelling error and other fixes
This commit is contained in:
parent
d3a101ebad
commit
bbc2722cb7
4 changed files with 27 additions and 20 deletions
|
@ -15,17 +15,15 @@ namespace Microsoft.DotNet.Cli.Remove.Reference.Tests
|
|||
{
|
||||
private const string HelpText = @".NET Remove Project to Project reference Command
|
||||
|
||||
Usage: dotnet remove <PROJECT> reference [options] [args]
|
||||
Usage: dotnet remove <PROJECT> reference [options] <args>
|
||||
|
||||
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.
|
||||
<args> Project to project references to remove
|
||||
|
||||
Options:
|
||||
-h|--help Show help information
|
||||
-f|--framework <FRAMEWORK> Remove reference only when targeting a specific framework
|
||||
|
||||
Additional Arguments:
|
||||
Project to project references to remove
|
||||
-h, --help Show help information
|
||||
-f, --framework <FRAMEWORK> Remove reference only when targeting a specific framework
|
||||
";
|
||||
|
||||
const string FrameworkNet451Arg = "-f net451";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue