summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-build.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build.in b/guix-build.in
index 7f278a5733..4d3db0aa6d 100644
--- a/guix-build.in
+++ b/guix-build.in
@@ -205,7 +205,7 @@ Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"))
(match (find-packages-by-name name version)
((p) ; one match
p)
- ((p _ ...) ; several matches
+ ((p x ...) ; several matches
(format (current-error-port)
(_ "warning: ambiguous package specification `~a'~%")
request)