guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: size: Document that positional arguments can be store items.


From: guix-commits
Subject: 01/02: size: Document that positional arguments can be store items.
Date: Fri, 29 May 2020 12:49:00 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit e70e097882699865f63eabc5fb29b4fe4468a97b
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue May 26 15:30:25 2020 +0200

    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 2446b84..c42f4f7 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]