diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-26 15:30:25 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-29 18:48:44 +0200 |
commit | e70e097882699865f63eabc5fb29b4fe4468a97b (patch) | |
tree | e7935688966105520f1d1bdeb91ea5cb019f5578 | |
parent | e65a44649e8d7698c4a888f1de625a67052520e9 (diff) | |
download | guix-e70e097882699865f63eabc5fb29b4fe4468a97b.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.scm | 4 |
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")) |