me
/
guix
Archived
1
0
Fork 0

substitute: Fix handling of short option "-h".

The short option was listed in the help-text, but not recognized.
master
Hartmut Goebel 2021-07-07 22:58:45 +02:00
parent 68ce40cad7
commit f3b20baa4d
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -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))))))