Remove -f short hand in dotnet tool install (#9102)
This commit is contained in:
parent
e1c8cd6350
commit
008e5f3d97
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Accept.OneOrMoreArguments()
|
||||
.With(name: LocalizableStrings.SourceFeedOptionName)),
|
||||
Create.Option(
|
||||
"-f|--framework",
|
||||
"--framework",
|
||||
LocalizableStrings.FrameworkOptionDescription,
|
||||
Accept.ExactlyOneArgument()),
|
||||
CommonOptions.HelpOption(),
|
||||
|
|
|
@ -33,7 +33,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Accept.OneOrMoreArguments()
|
||||
.With(name: LocalizableStrings.SourceFeedOptionName)),
|
||||
Create.Option(
|
||||
"-f|--framework",
|
||||
"--framework",
|
||||
LocalizableStrings.FrameworkOptionDescription,
|
||||
Accept.ExactlyOneArgument()),
|
||||
CommonOptions.HelpOption(),
|
||||
|
|
Loading…
Reference in a new issue