~ruther/guix-local

b30b13dc3d881d734098599540aa0bb13bcf7e61 — Ludovic Courtès 13 years ago 2b8cf44
Sort commands alphabetically in "guix --help".

* guix/ui.scm (show-guix-help): Sort commands.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/ui.scm
M guix/ui.scm => guix/ui.scm +1 -1
@@ 420,7 420,7 @@ Run COMMAND with ARGS.\n"))
  (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