Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayi Yu <14067510+yujayee@users.noreply.github.com>2018-03-23 21:39:09 +0300
committerGitHub <noreply@github.com>2018-03-23 21:39:09 +0300
commit051f53b874ad7eb16c817d72c7ee8aa5a4fa1c79 (patch)
tree1a766f0e3684297067c101245345f86f2a31d619 /src/System.Private.Xml
parent5608a9f41a65d4ea665f9253768db606453bee95 (diff)
Update sgen usage and --parameters (#27332)
* update usage and --parameters * update -- parameter in package * Update short format * Format code blocks * Add comments and spaces * add short form argument match method * resovle merge conflict * update help message and other fixes according to pr comments * remove a period in usage message
Diffstat (limited to 'src/System.Private.Xml')
-rw-r--r--src/System.Private.Xml/src/Resources/Strings.resx26
1 files changed, 11 insertions, 15 deletions
diff --git a/src/System.Private.Xml/src/Resources/Strings.resx b/src/System.Private.Xml/src/Resources/Strings.resx
index 7339efc25b..912ca017fa 100644
--- a/src/System.Private.Xml/src/Resources/Strings.resx
+++ b/src/System.Private.Xml/src/Resources/Strings.resx
@@ -3413,37 +3413,33 @@ building and deploying the assemblies with the application.
</data>
<data name="HelpUsage" xml:space="preserve">
<value>
-Usage: dotnet {0} [[/assembly:&lt;assembly name&gt;] | [&lt;assembly file location&gt;]]
- [/type:] [/debug].
- </value>
+Usage: dotnet {0} [[--assembly &lt;assembly name&gt;] | [&lt;assembly file location&gt;]] [--type] [--debug]</value>
</data>
<data name="HelpDevOptions" xml:space="preserve">
- <value> Developer options:</value>
+ <value>
+ Developer options:</value>
</data>
<data name="HelpAssembly" xml:space="preserve">
- <value> {0} Assembly location or display name. Short form is '{1}'.</value>
+ <value> {0}|{1} Assembly location or display name.</value>
</data>
<data name="HelpType" xml:space="preserve">
- <value> {0} Generate code for serialization/deserialization of the
- specified type from the input assembly. Short form is '{1}'.</value>
+ <value> {0} Generate code for serialization/deserialization of the specified type from the input assembly.</value>
</data>
<data name="HelpForce" xml:space="preserve">
- <value> {0} Forces overwrite of a previously generated assembly.
- Short form is '{1}'.</value>
+ <value> {0} Forces overwrite of a previously generated assembly.</value>
</data>
<data name="HelpProxy" xml:space="preserve">
- <value> {0} Generate serialization code only for proxy classes and web
- method parameters. Short form is '{1}'.</value>
+ <value> {0} Generate serialization code only for proxy classes and web method parameters.</value>
</data>
<data name="HelpOut" xml:space="preserve">
- <value> {0} Output directory name (default: target assembly location).
- Short form is '{1}'.</value>
+ <value> {0}|{1} Output directory name (default: target assembly location).</value>
</data>
<data name="HelpMiscOptions" xml:space="preserve">
- <value> Miscellaneous options:</value>
+ <value>
+ Miscellaneous options:</value>
</data>
<data name="HelpHelp" xml:space="preserve">
- <value> {0} or {1} Show this message</value>
+ <value> {0}|{1} Show help.</value>
</data>
<data name="MoreHelp" xml:space="preserve">
<value>If you would like more help, please type "sgen {0}".</value>