diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-24 16:23:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-24 16:41:08 -0400 |
commit | 54a87b2a0cce10be256571a975e116cb60fb0f76 (patch) | |
tree | 779df9ebcb7b97f659c6b9f7ee843c8b239eb24b | |
parent | fd69aa524f0f45c9d8fa722363aa815e6c7b9056 (diff) | |
download | guix-54a87b2a0cce10be256571a975e116cb60fb0f76.tar guix-54a87b2a0cce10be256571a975e116cb60fb0f76.tar.gz |
offload: Update help string.
* guix/scripts/offload.scm (guix-offload): Update help string.
-rw-r--r-- | guix/scripts/offload.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm index 77ff3d2694..20ae7a9469 100644 --- a/guix/scripts/offload.scm +++ b/guix/scripts/offload.scm @@ -779,7 +779,8 @@ machine." (("--version") (show-version-and-exit "guix offload")) (("--help") - (format #t (G_ "Usage: guix offload SYSTEM PRINT-BUILD-TRACE + (format #t (G_ "Usage: guix offload SYSTEM MAX-SILENT-TIME \ +PRINT-BUILD-TRACE? BUILD-TIMEOUT Process build offload requests written on the standard input, possibly offloading builds to the machines listed in '~a'.~%") %machine-file) |