✏ — Fix typos

This commit is contained in:
Luc Didry 2024-04-11 14:53:31 +02:00
parent cf4441be29
commit f125557f81
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -101,7 +101,7 @@ Usage: argos server start [OPTIONS]
Options: Options:
--host TEXT Host to bind --host TEXT Host to bind
--port INTEGER Port 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 --reload Enable hot reloading
--help Show this message and exit. --help Show this message and exit.
``` ```
@ -122,7 +122,7 @@ Usage: argos server migrate [OPTIONS]
Run database migrations Run database migrations
Options: Options:
--config TEXT Path the the configuration file --config TEXT Path of the configuration file
--help Show this message and exit. --help Show this message and exit.
``` ```
@ -149,7 +149,7 @@ Options:
--max-lock-seconds INTEGER The number of seconds after which a lock is --max-lock-seconds INTEGER The number of seconds after which a lock is
considered stale, must be higher than 60 (the considered stale, must be higher than 60 (the
checks have a timeout value of 60 seconds) checks have a timeout value of 60 seconds)
--config TEXT Path the the configuration file --config TEXT Path of the configuration file
--help Show this message and exit. --help Show this message and exit.
``` ```
@ -169,7 +169,7 @@ Usage: argos server reload-config [OPTIONS]
Read tasks configuration and add/delete tasks in database if needed Read tasks configuration and add/delete tasks in database if needed
Options: Options:
--config TEXT Path the the configuration file --config TEXT Path of the configuration file
--help Show this message and exit. --help Show this message and exit.
``` ```