diff --git a/Neos.CliSetup/Classes/Command/WelcomeCommandController.php b/Neos.CliSetup/Classes/Command/WelcomeCommandController.php
index 037d5ce8a98..292a8885ec3 100644
--- a/Neos.CliSetup/Classes/Command/WelcomeCommandController.php
+++ b/Neos.CliSetup/Classes/Command/WelcomeCommandController.php
@@ -52,7 +52,7 @@ public function indexCommand(): void
3. Configure the image handler:
./flow setup:imagehandler
4. Create an admin user:
- ./flow user:create --roles Administrator admin admin Admin User
+ ./flow user:create --roles Administrator username password firstname lastname
5. Create your own site package or require an existing one (choose one option):
- ./flow kickstart:site Vendor.Site
- composer require neos/demo && ./flow flow:package:rescan