diff --git a/docs/cli.md b/docs/cli.md index 92f3dc2..64206b3 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -101,7 +101,7 @@ Usage: argos server start [OPTIONS] Options: --host TEXT Host to bind --port INTEGER Port to bind - --config TEXT Path the the configuration file + --config TEXT Path of the configuration file --reload Enable hot reloading --help Show this message and exit. ``` @@ -122,8 +122,8 @@ Usage: argos server migrate [OPTIONS] Run database migrations Options: - --config TEXT Path the the configuration file - --help Show this message and exit. + --config TEXT Path of the configuration file + --help Show this message and exit. ```