mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
scripts: publish: Handle EPIPE errors when displaying help.
* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying help.
This commit is contained in:
parent
bfc6c54131
commit
3a665d789f
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ (define (low-compression c)
|
|||
(define %options
|
||||
(list (option '(#\h "help") #f #f
|
||||
(lambda _
|
||||
(show-help)
|
||||
(leave-on-EPIPE (show-help))
|
||||
(exit 0)))
|
||||
(option '(#\V "version") #f #f
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue