docs: correct typos in documentation (#4413)
* Correct typos in documentation * Remove changes to References directory --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -205,7 +205,7 @@ medusa user --email <email> [--password <password>]
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| `-e <email>`, `--email <email>` | The email to create a user with. (required) |
|
||||
| `-p <passowrd>`, `--password <password>` | The password to use with the user. If not included, the user will not have a password. |
|
||||
| `-p <password>`, `--password <password>` | The password to use with the user. If not included, the user will not have a password. |
|
||||
| `-i <id>`, `--id <id>` | The user’s ID. By default it is automatically generated. |
|
||||
| `--invite` | Whether to create an invite instead of a user. When using this option, you don't need to specify a password. If ran successfully, you'll receive the invite token in the output. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user