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
12
docs/cli.md
12
docs/cli.md
|
@ -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,8 +122,8 @@ 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.
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--[[[end]]]
|
<!--[[[end]]]
|
||||||
|
@ -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,8 +169,8 @@ 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.
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--[[[end]]]
|
<!--[[[end]]]
|
||||||
|
|
Loading…
Reference in a new issue