Correct startup error messages (#11473)

This commit is contained in:
Ilya 2020-01-08 11:37:52 +05:00 committed by GitHub
parent 57da778205
commit 57dd869636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,15 +136,18 @@
<value>'-' was specified as the argument to -Command but standard input has not been redirected for this process.</value>
</data>
<data name="MissingOutputFormatParameter" xml:space="preserve">
<value>The command cannot be run because no argument has been supplied for the OutputFormat parameter. Specify one of the following formats for this parameter.
<value>The command cannot be run because no argument has been supplied for the OutputFormat parameter.
Specify one of the following formats for this parameter:
{0}</value>
</data>
<data name="MissingInputFormatParameter" xml:space="preserve">
<value>Cannot process the command because the -InputFormat parameter requires an argument. Specify a valid format argument for this parameter. Valid formats are:
<value>Cannot process the command because the -InputFormat parameter requires an argument. Specify a valid format argument for this parameter.
Valid formats are:
{0}</value>
</data>
<data name="BadFormatParameterValue" xml:space="preserve">
<value>Cannot process the command because of an incorrect parameter value. "{0}" is not a valid format. Valid formats are:
<value>Cannot process the command because of an incorrect parameter value. "{0}" is not a valid format.
Valid formats are:
{1}</value>
</data>
<data name="ArgsAlreadySpecified" xml:space="preserve">