mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
fix bug in modify-user subcommand
This commit is contained in:
@@ -201,7 +201,6 @@ public class ModifyUserSubCommand extends TemplateSubCommand
|
||||
@Option(
|
||||
name = "--display-name",
|
||||
usage = "optionUserDisplayName",
|
||||
required = true,
|
||||
aliases = { "-d" }
|
||||
)
|
||||
private String displayName;
|
||||
|
||||
Reference in New Issue
Block a user