mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
Split docstring on multiple lines to ease the reading.
This commit is contained in:
parent
1d35ea22ea
commit
5e757f1861
1 changed files with 5 additions and 2 deletions
|
@ -117,8 +117,11 @@ def validate_max_results(ctx, param, value):
|
|||
@click.option(
|
||||
"--max-lock-seconds",
|
||||
default=100,
|
||||
help="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)",
|
||||
help=(
|
||||
"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)"
|
||||
),
|
||||
callback=validate_max_lock_seconds,
|
||||
)
|
||||
@coroutine
|
||||
|
|
Loading…
Reference in a new issue