new parser version, adjust column spacing in tests

This commit is contained in:
jonsequitur 2017-03-22 15:26:58 -07:00
parent 94bc781df7
commit 4a2c3932e7
6 changed files with 18 additions and 18 deletions

View file

@ -18,10 +18,10 @@ 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";