Make "guix -h" work as "guix --help". * guix/ui.scm (guix-main): have the same behaviour for the "-h" and "--help" options.
1 files changed, 1 insertions(+), 1 deletions(-) M guix/ui.scm
M guix/ui.scm => guix/ui.scm +1 -1
@@ 486,7 486,7 @@ found." (format (current-error-port) (_ "guix: missing command name~%")) (show-guix-usage)) - (("--help") + ((or ("-h") ("--help")) (show-guix-help)) (("--version") (show-version-and-exit "guix"))