remove redundant help
This commit is contained in:
parent
35732fc07d
commit
59d1fe32bc
1 changed files with 1 additions and 4 deletions
|
@ -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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue