Skip to content

Commit

Permalink
(maint) Fix incorrect command name used for purge
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jan 26, 2022
1 parent 6af1bc4 commit ba4ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ChocolateyGui.Common/Commands/PurgeCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public virtual void HelpMessage(ChocolateyGuiConfiguration configuration)
Logger.Information(string.Empty);
Logger.Warning(L(nameof(Resources.Command_Usage)));
Logger.Information(@"
chocolateyguicli pruge icons|outdated [<options/switches>]
chocolateyguicli purge icons|outdated [<options/switches>]
");
Logger.Warning(L(nameof(Resources.Command_Examples)));
Logger.Information(@"
Expand Down

0 comments on commit ba4ef46

Please sign in to comment.