Skip to content

Commit

Permalink
fix for issue airlift#22
Browse files Browse the repository at this point in the history
  • Loading branch information
thombergs committed Oct 9, 2013
1 parent f9c3e47 commit c5d1364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/airlift/command/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
boolean hidden() default false;

/**
* If true, the help will be shown
* If true, the help will be shown if the command line arguments cannot be parsed correctly.
*/
boolean showHelpOnError() default true;
}

0 comments on commit c5d1364

Please sign in to comment.