Skip to content

Commit

Permalink
(doc) Fix typo
Browse files Browse the repository at this point in the history
combintation -> combination
  • Loading branch information
gep13 committed Dec 18, 2024
1 parent 89a5634 commit 93b4ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static void ParseArgumentsAndUpdateConfiguration(ICollection<string> args
"Prints out the help menu.",
option => configuration.HelpRequested = option != null)
.Add("online",
"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+",
"Online - Open help for specified command in default browser application. This option only works when used in combination with the -?/--help/-h option. Available in 2.0.0+",
option => configuration.ShowOnlineHelp = option != null);
}

Expand Down

0 comments on commit 93b4ff7

Please sign in to comment.