Skip to content

Commit

Permalink
(GH-2233) Documented bootstrap argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Aug 16, 2018
1 parent a7668ec commit c23399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cake/Commands/HelpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public bool Execute(CakeOptions options)
_console.WriteLine(" --showdescription Shows description about tasks.");
_console.WriteLine(" --dryrun Performs a dry run.");
_console.WriteLine(" --exclusive Execute a single task without any dependencies.");
_console.WriteLine(" --bootstrap Download/install modules defined by #module directives");
_console.WriteLine(" --version Displays version information.");
_console.WriteLine(" --help Displays usage information.");
_console.WriteLine();
Expand Down

0 comments on commit c23399f

Please sign in to comment.