~ruther/guix-local

849eebbb38dfc7241494899b49e7e28ee7d661c5 — Ludovic Courtès 11 years ago 7c3d72f
ui: Recognize 'guix help'.

Suggested by Andy Wingo.

* guix/ui.scm (guix-main): Add "help" case.
1 files changed, 2 insertions(+), 0 deletions(-)

M guix/ui.scm
M guix/ui.scm => guix/ui.scm +2 -0
@@ 868,6 868,8 @@ found."
       (format (current-error-port)
               (_ "guix: unrecognized option '~a'~%") o)
       (show-guix-usage))
      (("help" args ...)
       (show-guix-help))
      ((command args ...)
       (apply run-guix-command
              (string->symbol command)