Merge pull request #4944 from vsccarl/restoreLoc
Fixed a missing interpolation operator
This commit is contained in:
commit
355b6233cb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
cmd.HelpOption("-h|--help");
|
||||
|
||||
var argRoot = cmd.Argument(
|
||||
"[{LocalizableStrings.CmdArgument}]",
|
||||
$"[{LocalizableStrings.CmdArgument}]",
|
||||
LocalizableStrings.CmdArgumentDescription,
|
||||
multipleValues: true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue