diff --git a/README.md b/README.md index 99c0adc..acf040f 100644 --- a/README.md +++ b/README.md @@ -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 ` | Deletes the account associated with the specified username. | -| `-w | --dir ` | 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 ` | Deletes the account associated with the specified username. | +| `-w / --dir ` | Specifies the working dir that will be used. This dir contains stuff like the database. |