ui: Use DISPLAY in SHOW-GUIX-HELP.

* guix/ui.scm (show-guix-help): Use DISPLAY where FORMAT isn't needed.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-30 16:07:14 +02:00
parent 943dd59beb
commit 8f45555781
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2098,7 +2098,7 @@ (define (category-predicate category)
(lambda (command)
(eq? category (command-category command))))
(format #t (G_ "Usage: guix OPTION | COMMAND ARGS...
(display (G_ "Usage: guix OPTION | COMMAND ARGS...
Run COMMAND with ARGS, if given.\n"))
(display (G_ "
@ -2108,7 +2108,7 @@ (define (category-predicate category)
(newline)
(newline)
(format #t (G_ "COMMAND must be one of the sub-commands listed below:\n"))
(display (G_ "COMMAND must be one of the sub-commands listed below:\n"))
(let ((commands (commands))
(categories (module-ref (resolve-interface '(guix scripts))