diff options
Diffstat (limited to 'elisp/guix-command.el')
| -rw-r--r-- | elisp/guix-command.el | 2 |
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")) |
