substitute: Fix handling of short option "-h".
The short option was listed in the help-text, but not recognized.master
parent
68ce40cad7
commit
f3b20baa4d
guix/scripts
|
@ -777,7 +777,7 @@ default value."
|
|||
(loop))))))
|
||||
((or ("-V") ("--version"))
|
||||
(show-version-and-exit "guix substitute"))
|
||||
(("--help")
|
||||
((or ("-h") ("--help"))
|
||||
(show-help))
|
||||
(opts
|
||||
(leave (G_ "~a: unrecognized options~%") opts))))))
|
||||
|
|
Reference in New Issue