From 64d3f29931c8d151abe06b4d026994f3b1967055 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sat, 12 Aug 2023 15:36:44 +0200 Subject: [PATCH] docs(readme): fixed cli arguments table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. |