summaryrefslogtreecommitdiff
path: root/guix/scripts/size.scm
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-05-26 15:30:25 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2020-05-29 18:48:44 +0200
commite70e097882699865f63eabc5fb29b4fe4468a97b (patch)
treee7935688966105520f1d1bdeb91ea5cb019f5578 /guix/scripts/size.scm
parente65a44649e8d7698c4a888f1de625a67052520e9 (diff)
downloadguix-patches-e70e097882699865f63eabc5fb29b4fe4468a97b.tar
guix-patches-e70e097882699865f63eabc5fb29b4fe4468a97b.tar.gz
size: Document that positional arguments can be store items.
* guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument alternative.
Diffstat (limited to 'guix/scripts/size.scm')
-rw-r--r--guix/scripts/size.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm
index 2446b84587..c42f4f7782 100644
--- a/guix/scripts/size.scm
+++ b/guix/scripts/size.scm
@@ -230,8 +230,8 @@ the name of a PNG file."
;;;
(define (show-help)
- (display (G_ "Usage: guix size [OPTION]... PACKAGE
-Report the size of PACKAGE and its dependencies.\n"))
+ (display (G_ "Usage: guix size [OPTION]... PACKAGE|STORE-ITEM
+Report the size of the PACKAGE or STORE-ITEM, with its dependencies.\n"))
(display (G_ "
--substitute-urls=URLS
fetch substitute from URLS if they are authorized"))