fix bug in help of add-permission

This commit is contained in:
Sebastian Sdorra
2011-05-22 15:18:35 +02:00
parent e59ade167e
commit b85d546237
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ public class AddPermissionSubCommand extends PermissionSubCommand
name = "--type",
usage = "optionPermissionType",
required = true,
metaVar="metaVar_permissionType",
aliases = { "-t" }
)
private PermissionType type;