summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-05-26 15:38:30 +0200
committerGuix Patches Tester <>2020-05-26 14:42:06 +0100
commite612df7146b6105adc4282574c0ccb5b7d17c1a8 (patch)
treee7d58e8c94809b0027b5b6879c77472c88799736
parente91c29a491267a832b2739a8f171e6e1bf263a95 (diff)
downloadpatches-e612df7146b6105adc4282574c0ccb5b7d17c1a8.tar
patches-e612df7146b6105adc4282574c0ccb5b7d17c1a8.tar.gz
size: Document that positional arguments can be store items.
* guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument alternative.
-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"))