Updating the description of add/remove nuget packages and references and list. Also updating the parameter placeholder for add/remove reference.
This commit is contained in:
parent
8189d72e06
commit
661f058fed
76 changed files with 150 additions and 150 deletions
|
|
@ -14,11 +14,11 @@ namespace Microsoft.DotNet.Cli.Remove.Reference.Tests
|
|||
{
|
||||
public class GivenDotnetRemoveReference : TestBase
|
||||
{
|
||||
private const string HelpText = @"Usage: dotnet remove <PROJECT> reference [options] <args>
|
||||
private const string HelpText = @"Usage: dotnet remove <PROJECT> reference [options] <PROJECT_PATH>
|
||||
|
||||
Arguments:
|
||||
<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
|
||||
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
|
||||
<PROJECT_PATH> Project to project references to remove
|
||||
|
||||
Options:
|
||||
-h, --help Show help information.
|
||||
|
|
@ -34,8 +34,8 @@ Options:
|
|||
-h, --help Show help information.
|
||||
|
||||
Commands:
|
||||
package <PACKAGE_NAME> .NET Remove Package reference Command.
|
||||
reference <args> .NET Remove Project to Project reference Command
|
||||
package <PACKAGE_NAME> Remove a NuGet package reference from the project.
|
||||
reference <PROJECT_PATH> Remove a project-to-project reference from the project.
|
||||
";
|
||||
|
||||
const string FrameworkNet451Arg = "-f net451";
|
||||
|
|
|
|||
Reference in a new issue