diff options
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/copy.scm | 2 |
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 |