From f125557f814689384a6710fa39aeab18edb5a930 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 11 Apr 2024 14:53:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20=E2=80=94=20Fix=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cli.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. ```