summaryrefslogtreecommitdiff
path: root/guix/scripts/show.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/scripts/show.scm')
-rw-r--r--guix/scripts/show.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/scripts/show.scm b/guix/scripts/show.scm
index a2b0030a63..535d03c1a6 100644
--- a/guix/scripts/show.scm
+++ b/guix/scripts/show.scm
@@ -57,7 +57,9 @@ This is an alias for 'guix package --show='.\n"))
(member "load-path" (option-names option)))
%standard-build-options)))
-(define (guix-show . args)
+(define-command (guix-show . args)
+ (synopsis "show information about packages")
+
(define (handle-argument arg result)
;; Treat all non-option arguments as regexps.
(cons `(query show ,arg)