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)