improve member subcommands

This commit is contained in:
Sebastian Sdorra
2011-05-22 15:23:24 +02:00
parent b85d546237
commit 347476b43f
2 changed files with 7 additions and 2 deletions

View File

@@ -154,6 +154,10 @@ public abstract class MembersSubCommand extends TemplateSubCommand
private List<String> members;
/** Field description */
@Argument(usage = "optionGroupName", required = true)
@Argument(
usage = "optionGroupName",
metaVar = "metaVar_groupName",
required = true
)
private String name;
}