Skip to content

Commit 3b6ff3a

Browse files
committed
(maint) Add version when option was added
This was missed in the last release of Chocolatey CLI, and it is important information to have.
1 parent 3d42e33 commit 3b6ff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chocolatey/infrastructure.app/configuration/ConfigurationOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static void ParseArgumentsAndUpdateConfiguration(ICollection<string> args
7979
"Prints out the help menu.",
8080
option => configuration.HelpRequested = option != null)
8181
.Add("online",
82-
"Online - Open help for specified command in default browser application. This option only works when used in combintation with the -?/--help/-h option.",
82+
"Online - Open help for specified command in default browser application. This option only works when used in combintation with the -?/--help/-h option. Available in 2.0.0+",
8383
option => configuration.ShowOnlineHelp = option != null);
8484
}
8585

0 commit comments

Comments
 (0)