✏ — 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:
--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.
```
<!--[[[end]]]
@ -149,7 +149,7 @@ Options:
--max-lock-seconds INTEGER The number of seconds after which a lock is
considered stale, must be higher than 60 (the
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.
```
@ -169,8 +169,8 @@ Usage: argos server reload-config [OPTIONS]
Read tasks configuration and add/delete tasks in database if needed
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.
```
<!--[[[end]]]