From 80807c26c568e7ac40c89d5a795bac070978d406 Mon Sep 17 00:00:00 2001 From: Semih Serhat Karakaya Date: Fri, 20 Dec 2019 11:06:40 +0300 Subject: [PATCH] update uid argument description of user:add command --- core/Command/User/Add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php index cfbdd894a3f2..90200cee05b7 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -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',