docs(readme): fixed cli arguments table
This commit is contained in:
parent
50c81f5709
commit
64d3f29931
|
@ -57,6 +57,6 @@ Authenticates using an existing account.
|
|||
|
||||
| Argument | Description |
|
||||
|----------------------------|-----------------------------------------------------------------------------------------|
|
||||
| `-D | --daemon` | Starts the server in daemon mode, to await api requests, etc. |
|
||||
| `-d | --delete <username>` | Deletes the account associated with the specified username. |
|
||||
| `-w | --dir <path>` | Specifies the working dir that will be used. This dir contains stuff like the database. |
|
||||
| `-D / --daemon` | Starts the server in daemon mode, to await api requests, etc. |
|
||||
| `-d / --delete <username>` | Deletes the account associated with the specified username. |
|
||||
| `-w / --dir <path>` | Specifies the working dir that will be used. This dir contains stuff like the database. |
|
||||
|
|
Loading…
Reference in New Issue