scripts: archive: Handle EPIPE errors when displaying help.
* guix/scripts/archive.scm (%options): Handle EPIPE errors when displaying help.
This commit is contained in:
parent
b4d1eb53c0
commit
b53742def3
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ (define %options
|
|||
;; Specifications of the command-line options.
|
||||
(cons* (option '(#\h "help") #f #f
|
||||
(lambda args
|
||||
(show-help)
|
||||
(leave-on-EPIPE (show-help))
|
||||
(exit 0)))
|
||||
(option '(#\V "version") #f #f
|
||||
(lambda args
|
||||
|
|
Loading…
Reference in a new issue