Skip to content

Commit

Permalink
update uid argument description of user:add command
Browse files Browse the repository at this point in the history
  • Loading branch information
karakayasemi committed Dec 20, 2019
1 parent 8be87ce commit 80807c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/User/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function configure() {
->addArgument(
'uid',
InputArgument::REQUIRED,
'User ID used to login (must only contain a-z, A-Z, 0-9, -, _ and @).'
'User ID used to login (must only contain a-z, A-Z, 0-9, "+_.@-\'").'
)
->addOption(
'password-from-env',
Expand Down

0 comments on commit 80807c2

Please sign in to comment.