Skip to content

Commit

Permalink
remove confusing arity for init option
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed May 13, 2020
1 parent ee6eb31 commit ee490b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public class LaunchOptions {

static class InitOptions {

@Option(names = {"-i", "--init"}, paramLabel = "-i", description = "initialises required folder structure with default templates (defaults to current directory if <value> is not supplied)", required = true, arity = "0..1")
@Option(names = {"-i", "--init"}, paramLabel = "<target>", description = "initialises required folder structure with default templates (defaults to current directory if <source> is not supplied)", required = true)
private boolean init;

@Option(names = {"-t", "--template"}, defaultValue = "freemarker", description = "use specified template engine for default templates (uses Freemarker if <value> is not supplied) ", arity = "1")
Expand Down

0 comments on commit ee490b4

Please sign in to comment.