diff options
-rw-r--r-- | guix/scripts/time-machine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/time-machine.scm b/guix/scripts/time-machine.scm index 3ecf735acb..f31fae7435 100644 --- a/guix/scripts/time-machine.scm +++ b/guix/scripts/time-machine.scm @@ -107,7 +107,7 @@ Execute COMMAND ARGS... in an older version of Guix.\n")) (alist-cons 'authenticate-channels? #f result))) (option '(#\h "help") #f #f (lambda args - (show-help) + (leave-on-EPIPE (show-help)) (exit 0))) (option '(#\V "version") #f #f (lambda args |