summaryrefslogtreecommitdiff
path: root/share/man/just.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/just.1.md')
-rw-r--r--share/man/just.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md
index de0cf605..504386ce 100644
--- a/share/man/just.1.md
+++ b/share/man/just.1.md
@@ -581,19 +581,19 @@ Supported by: analyse|build|install|rebuild|traverse.
**`--max-attempts`** *`NUM`*
If a remote procedure call (rpc) returns `grpc::StatusCode::UNAVAILABLE`, that
rpc is retried at most *`NUM`* times. (Default: 1, i.e., no retry).
-Supported by: analyse|build|install|rebuild|traverse.
+Supported by: analyse|build|describe|install|rebuild|traverse.
**`--initial-backoff-seconds`** *`NUM`*
Before retrying the second time, the client will wait the given amount of
seconds plus a jitter, to better distribute the workload. (Default: 1).
-Supported by: analyse|build|install|rebuild|traverse.
+Supported by: analyse|build|describe|install|rebuild|traverse.
**`--max-backoff-seconds`** *`NUM`*
From the third attempt (included) on, the backoff time is doubled at
each attempt, until it exceeds the `max-backoff-seconds`
parameter. From that point, the waiting time is computed as
`max-backoff-seconds` plus a jitter. (Default: 60)
-Supported by: analyse|build|install|rebuild|traverse.
+Supported by: analyse|build|describe|install|rebuild|traverse.
Remote serve options
--------------------