Skip to content

Commit

Permalink
Improved help description for flag: "list --includeprograms"
Browse files Browse the repository at this point in the history
  • Loading branch information
hi2u authored Mar 26, 2024
1 parent 3def731 commit f0def8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public virtual void ConfigureArgumentParser(OptionSet optionSet, ChocolateyConfi
"Prerelease - Include Prereleases? Defaults to false.",
option => configuration.Prerelease = option != null)
.Add("i|includeprograms|include-programs",
"IncludePrograms - Filters out apps Chocolatey has listed as packages and includes those in the list. Defaults to false.",
"IncludePrograms - Also list applications not managed by Chocolatey. Defaults to false.",
option => configuration.ListCommand.IncludeRegistryPrograms = option != null)
.Add("version=",
"Version - Specific version of a package to return.",
Expand Down

0 comments on commit f0def8a

Please sign in to comment.