Fixes a few inconsistencies in the display for the dotnet restore -help command.
Fixing tests based on the new strings.
This commit is contained in:
parent
bbf235e333
commit
477f0f42d0
10 changed files with 28 additions and 26 deletions
|
@ -21,7 +21,7 @@ Arguments:
|
|||
<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.
|
||||
";
|
||||
|
||||
private const string ListCommandHelpText = @".NET List Command
|
||||
|
@ -32,7 +32,7 @@ Arguments:
|
|||
<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.
|
||||
|
||||
Commands:
|
||||
reference .NET Core Project-to-Project dependency viewer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue