Skip to content

Commit

Permalink
(log) update what confirm (-y) does
Browse files Browse the repository at this point in the history
It doesn't necessarily choose the default answer anymore, it chooses
the affirmative answer, the one for moving forward. Update help to show
that.
  • Loading branch information
ferventcoder committed Feb 12, 2015
1 parent bcf429e commit a40064f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static void set_global_options(IList<string> args, ChocolateyConfigurati
"AcceptLicense - Accept license dialogs automatically.",
option => config.AcceptLicense = option != null)
.Add("y|yes|confirm",
"Confirm all prompts - Chooses default answer instead of prompting. Implies --accept-license",
"Confirm all prompts - Chooses affirmative answer instead of prompting. Implies --accept-license",
option =>
{
config.PromptForConfirmation = option == null;
Expand Down

0 comments on commit a40064f

Please sign in to comment.