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;
}

View File

@@ -58,7 +58,7 @@ optionUserPassword = Password
optionUserType = Type
optionUserAdmin = Administrator
optionGroupName = Name
optionGroupName = Name of the group
optionGroupDescription = Description
optionGroupType = Type
optionGroupMember = Member
@@ -71,6 +71,7 @@ metaVar_config = configname
metaVar_arg = subcommand arguments
metaVar_command = subcommand
metaVar_permissionType = value
metaVar_groupName = groupname
config = Configuration
misc = Miscellaneous