mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
offload: Update help string.
* guix/scripts/offload.scm (guix-offload): Update help string.
This commit is contained in:
parent
fd69aa524f
commit
54a87b2a0c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue