summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-08-24 16:23:16 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-08-24 16:41:08 -0400
commit54a87b2a0cce10be256571a975e116cb60fb0f76 (patch)
tree779df9ebcb7b97f659c6b9f7ee843c8b239eb24b /guix
parentfd69aa524f0f45c9d8fa722363aa815e6c7b9056 (diff)
downloadguix-patches-54a87b2a0cce10be256571a975e116cb60fb0f76.tar
guix-patches-54a87b2a0cce10be256571a975e116cb60fb0f76.tar.gz
offload: Update help string.
* guix/scripts/offload.scm (guix-offload): Update help string.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/offload.scm3
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)