deploy: Fix error message.
authorAndrew Tropin <andrew@trop.in>
Tue, 6 Sep 2022 06:20:10 +0000 (09:20 +0300)
committerAndrew Tropin <andrew@trop.in>
Tue, 4 Oct 2022 12:46:33 +0000 (16:46 +0400)
* guix/scripts/deploy.scm (guix-deploy): Fix error message.

guix/scripts/deploy.scm

index 2c76645..40a9374 100644 (file)
@@ -256,7 +256,7 @@ otherwise."
         (leave (G_ "missing deployment file argument~%")))
 
       (when (and (pair? command) (not execute-command?))
-        (leave (G_ "'--' was used by '-x' was not specified~%")))
+        (leave (G_ "'--' was used, but '-x' was not specified~%")))
 
       (with-status-verbosity (assoc-ref opts 'verbosity)
         (with-store store