diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-26 17:19:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-29 01:43:24 +0100 |
commit | ae39d76e97d034ec19ce132b449dc17373079e95 (patch) | |
tree | 0134b7b8a598b19333fa283772ef5937baad884e /guix | |
parent | 523dce39176c78cda151fabbea83b77a33b46f34 (diff) |
substitute: Document the limited UI.
* guix/scripts/substitute.scm (show-help): Accept exactly one OPTION.
Diffstat (limited to 'guix')
-rwxr-xr-x | guix/scripts/substitute.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm index c044e1d47a..908a8334a8 100755 --- a/guix/scripts/substitute.scm +++ b/guix/scripts/substitute.scm @@ -237,7 +237,7 @@ was found." ;;; (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")) (display (G_ " --query report on the availability of substitutes for the |