Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit c551b88

Browse files
committed
added in use info to the --version option
1 parent d0780d8 commit c551b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dotnet/commands/dotnet-help/LocalizableStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<value>The path to an application .dll file to execute.</value>
233233
</data>
234234
<data name="SDKVersionCommandDefinition" xml:space="preserve">
235-
<value>Display .NET Core SDK version.</value>
235+
<value>Display .NET Core SDK version in use.</value>
236236
</data>
237237
<data name="SDKInfoCommandDefinition" xml:space="preserve">
238238
<value>Display .NET Core information.</value>

test/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ help Show help.
4949
Run 'dotnet COMMAND --help' for more information on a command.
5050
5151
sdk-options:
52-
--version Display .NET Core SDK version.
52+
--version Display .NET Core SDK version in use.
5353
--info Display .NET Core information.
5454
--list-sdks Display the installed SDKs.
5555
--list-runtimes Display the installed runtimes.

0 commit comments

Comments
 (0)