summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elisp/guix-command.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/guix-command.el b/elisp/guix-command.el
index c49bd84..5b6cfe2 100644
--- a/elisp/guix-command.el
+++ b/elisp/guix-command.el
@@ -397,7 +397,7 @@ to be modified."
(let ((command (car commands)))
(cond
((member command
- '("archive" "build" "challenge" "edit"
+ '("archive" "build" "challenge" "copy" "edit"
"graph" "lint" "refresh"))
(argument :doc "Packages" :fun 'guix-read-package-names-string))
((equal commands '("container" "exec"))