substitute: Document the limited UI.
* guix/scripts/substitute.scm (show-help): Accept exactly one OPTION.
This commit is contained in:
parent
523dce3917
commit
ae39d76e97
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ was found."
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define (show-help)
|
(define (show-help)
|
||||||
(display (G_ "Usage: guix substitute [OPTION]...
|
(display (G_ "Usage: guix substitute OPTION [ARGUMENT]...
|
||||||
Internal tool to substitute a pre-built binary to a local build.\n"))
|
Internal tool to substitute a pre-built binary to a local build.\n"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--query report on the availability of substitutes for the
|
--query report on the availability of substitutes for the
|
||||||
|
|
Reference in a new issue