unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41539] [PATCH 1/2] size: Document that positional arguments can be store items.
@ 2020-05-26 13:38 Pierre Neidhardt
  2020-05-26 13:40 ` [bug#41539] [PATCH 2/2] doc: Add example to calculate the size a system Pierre Neidhardt
  2020-05-28 21:19 ` [bug#41539] [PATCH 1/2] size: Document that positional arguments can be store items Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: Pierre Neidhardt @ 2020-05-26 13:38 UTC (permalink / raw)
  To: 41539

* 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 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"))
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-29 16:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 13:38 [bug#41539] [PATCH 1/2] size: Document that positional arguments can be store items Pierre Neidhardt
2020-05-26 13:40 ` [bug#41539] [PATCH 2/2] doc: Add example to calculate the size a system Pierre Neidhardt
2020-05-28 21:19 ` [bug#41539] [PATCH 1/2] size: Document that positional arguments can be store items Ludovic Courtès
2020-05-29  9:25   ` Pierre Neidhardt
2020-05-29  9:56     ` zimoun
2020-05-29 10:09       ` Ludovic Courtès
2020-05-29 16:56         ` Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).