mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
943dd59beb
commit
8f45555781
1 changed files with 2 additions and 2 deletions
|
@ -2098,7 +2098,7 @@ contain a 'define-command' form."
|
||||||
(lambda (command)
|
(lambda (command)
|
||||||
(eq? category (command-category 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"))
|
Run COMMAND with ARGS, if given.\n"))
|
||||||
|
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
|
@ -2108,7 +2108,7 @@ Run COMMAND with ARGS, if given.\n"))
|
||||||
(newline)
|
(newline)
|
||||||
|
|
||||||
(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))
|
(let ((commands (commands))
|
||||||
(categories (module-ref (resolve-interface '(guix scripts))
|
(categories (module-ref (resolve-interface '(guix scripts))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue