Skip to content

Commit

Permalink
FORGE-1636: fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 5, 2014
1 parent 9b2ae92 commit a345e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class RmCommand extends AbstractShellCommand
private UIInput<Boolean> force;

@Inject
@WithAttributes(label = "force", shortName = 'r', description = "remove directories and their contents recursively", type = InputType.CHECKBOX, defaultValue = "false")
@WithAttributes(label = "recursive", shortName = 'r', description = "remove directories and their contents recursively", type = InputType.CHECKBOX, defaultValue = "false")
private UIInput<Boolean> recursive;

@Override
Expand Down

0 comments on commit a345e4e

Please sign in to comment.