Skip to content

Commit

Permalink
Merge pull request #662 from jenspav/argument-desc
Browse files Browse the repository at this point in the history
Improve argument description
  • Loading branch information
jenspav authored Jan 7, 2025
2 parents b0a7e06 + 401cf8f commit 2d1b427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GenerateSiteCommand : Subcommand(

private val allBranches by option(
ArgType.Boolean, "all-branches", "all",
"When set to TRUE will generate a site for every branch in the git repository"
"When set, generate a site for every branch in the git repository"
).default(value = false)
private val excludeBranches by option(
ArgType.String, "exclude-branches", "ex",
Expand Down

0 comments on commit 2d1b427

Please sign in to comment.