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