summaryrefslogtreecommitdiff
path: root/guix/scripts/copy.scm
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-10-16 18:41:14 +0200
committerSimon Tournier <zimon.toutoune@gmail.com>2023-10-17 14:51:55 +0200
commitfb231e09cbbcbc7f15b8899a28dfb45f001ec6d4 (patch)
tree137cdffa042504bd577f19c0473a7cbc6b7765aa /guix/scripts/copy.scm
parentf814d33cbd3bd6f4a6c330ed0e93a214b887f401 (diff)
scripts: copy: Handle EPIPE errors when displaying help.
* guix/scripts/copy.scm (%options): Handle EPIPE errors when displaying help.
Diffstat (limited to 'guix/scripts/copy.scm')
-rw-r--r--guix/scripts/copy.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/copy.scm b/guix/scripts/copy.scm
index 07357af420..67975ac1a9 100644
--- a/guix/scripts/copy.scm
+++ b/guix/scripts/copy.scm
@@ -150,7 +150,7 @@ Copy ITEMS to or from the specified host over SSH.\n"))
(option '(#\h "help") #f #f
(lambda args
- (show-help)
+ (leave-on-EPIPE (show-help))
(exit 0)))
(option '(#\V "version") #f #f
(lambda args