From e70e097882699865f63eabc5fb29b4fe4468a97b Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt <mail@ambrevar.xyz> Date: Tue, 26 May 2020 15:30:25 +0200 Subject: [PATCH] size: Document that positional arguments can be store items. * guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument alternative. --- guix/scripts/size.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm index 2446b84587d..c42f4f77822 100644 --- a/guix/scripts/size.scm +++ b/guix/scripts/size.scm @@ -230,8 +230,8 @@ (define data ;;; (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")) -- GitLab