CLI_tasks/user.md: Fix `pleroma.user new` documentation
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 11 Mar 2020 07:35:46 +0000 (08:35 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 11 Mar 2020 07:36:25 +0000 (08:36 +0100)
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1621
[ci skip]

docs/administration/CLI_tasks/user.md

index da8363131b0167408542b8618b4abe0f7a9171f5..64385ad28c3167157288fc32313aa6e1fa10cecd 100644 (file)
@@ -5,11 +5,11 @@
 ## Create a user
 
 ```sh tab="OTP"
-./bin/pleroma_ctl user new <email> [<options>]
+./bin/pleroma_ctl user new <nickname> <email> [<options>]
 ```
 
 ```sh tab="From Source"
-mix pleroma.user new <email> [<options>]
+mix pleroma.user new <nickname> <email> [<options>]
 ```