remove redundant help

This commit is contained in:
Jon Sequeira 2017-03-14 15:22:31 -07:00
parent 35732fc07d
commit 59d1fe32bc

View file

@ -17,10 +17,7 @@ namespace Microsoft.DotNet.Cli
.DefaultToCurrentDirectory(), .DefaultToCurrentDirectory(),
CommonOptions.HelpOption(), CommonOptions.HelpOption(),
Create.Command("reference", "Command to list project to project references", Create.Command("reference", "Command to list project to project references",
Accept.ExactlyOneArgument() Accept.ExactlyOneArgument(),
.With(name: "PROJECT",
description:
"The project file to operate on. If a file is not specified, the command will search the current directory for one."),
CommonOptions.HelpOption())); CommonOptions.HelpOption()));
} }
} }