From 54a87b2a0cce10be256571a975e116cb60fb0f76 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Mon, 24 Aug 2020 16:23:16 -0400
Subject: [PATCH] offload: Update help string.

* guix/scripts/offload.scm (guix-offload): Update help string.
---
 guix/scripts/offload.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm
index 77ff3d2694a..20ae7a94698 100644
--- a/guix/scripts/offload.scm
+++ b/guix/scripts/offload.scm
@@ -779,7 +779,8 @@ (define not-coma
     (("--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)
-- 
GitLab