mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
✏ — Fix typos
This commit is contained in:
parent
cf4441be29
commit
f125557f81
1 changed files with 6 additions and 6 deletions
|
@ -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,7 +122,7 @@ Usage: argos server migrate [OPTIONS]
|
|||
Run database migrations
|
||||
|
||||
Options:
|
||||
--config TEXT Path the the configuration file
|
||||
--config TEXT Path of the configuration file
|
||||
--help Show this message and exit.
|
||||
```
|
||||
|
||||
|
@ -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,7 +169,7 @@ 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
|
||||
--config TEXT Path of the configuration file
|
||||
--help Show this message and exit.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue