docs(readme): fixed cli arguments table

This commit is contained in:
antifallobst 2023-08-12 15:36:44 +02:00
parent 50c81f5709
commit 64d3f29931
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 3 additions and 3 deletions

View File

@ -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. |