mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
scripts: container: Handle EPIPE errors when displaying help.
* guix/scripts/container.scm (%options): Handle EPIPE errors when displaying help.
This commit is contained in:
parent
2ac8e95dba
commit
f814d33cbd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ (define-command (guix-container . args)
|
|||
(format (current-error-port)
|
||||
(G_ "guix container: missing action~%")))
|
||||
((or ("-h") ("--help"))
|
||||
(show-help)
|
||||
(leave-on-EPIPE (show-help))
|
||||
(exit 0))
|
||||
((or ("-V") ("--version"))
|
||||
(show-version-and-exit "guix container"))
|
||||
|
|
Loading…
Reference in a new issue