added in use info to the --version option

This commit is contained in:
Maira Wenzel 2018-03-26 18:16:56 -07:00
parent d0780d81e5
commit c551b88048
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@
<value>The path to an application .dll file to execute.</value> <value>The path to an application .dll file to execute.</value>
</data> </data>
<data name="SDKVersionCommandDefinition" xml:space="preserve"> <data name="SDKVersionCommandDefinition" xml:space="preserve">
<value>Display .NET Core SDK version.</value> <value>Display .NET Core SDK version in use.</value>
</data> </data>
<data name="SDKInfoCommandDefinition" xml:space="preserve"> <data name="SDKInfoCommandDefinition" xml:space="preserve">
<value>Display .NET Core information.</value> <value>Display .NET Core information.</value>

View file

@ -49,7 +49,7 @@ Common options:
Run 'dotnet COMMAND --help' for more information on a command. Run 'dotnet COMMAND --help' for more information on a command.
sdk-options: sdk-options:
--version Display .NET Core SDK version. --version Display .NET Core SDK version in use.
--info Display .NET Core information. --info Display .NET Core information.
--list-sdks Display the installed SDKs. --list-sdks Display the installed SDKs.
--list-runtimes Display the installed runtimes. --list-runtimes Display the installed runtimes.