mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Sort commands alphabetically in "guix --help".
* guix/ui.scm (show-guix-help): Sort commands.
This commit is contained in:
parent
2b8cf44fd9
commit
b30b13dc3d
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ (define (show-guix-help)
|
|||
(format #t (_ "COMMAND must be one of the sub-commands listed below:\n"))
|
||||
(newline)
|
||||
;; TODO: Display a synopsis of each command.
|
||||
(format #t "~{ ~a~%~}" (commands))
|
||||
(format #t "~{ ~a~%~}" (sort (commands) string<?))
|
||||
(show-bug-report-information))
|
||||
|
||||
(define program-name
|
||||
|
|
Loading…
Reference in a new issue