mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
fix bug in help of add-permission
This commit is contained in:
@@ -140,6 +140,7 @@ public class AddPermissionSubCommand extends PermissionSubCommand
|
||||
name = "--type",
|
||||
usage = "optionPermissionType",
|
||||
required = true,
|
||||
metaVar="metaVar_permissionType",
|
||||
aliases = { "-t" }
|
||||
)
|
||||
private PermissionType type;
|
||||
|
||||
Reference in New Issue
Block a user