~ruther/guix-local

e12b3eb93eb8746438c8e74569c8196f2552f1d4 — Cyril Roelandt 12 years ago 1b50671
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"))