diff --git a/guix/scripts/copy.scm b/guix/scripts/copy.scm index 07357af4204..67975ac1a9b 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