Skip to content
Snippets Groups Projects
Unverified Commit e70e0978 authored by Pierre Neidhardt's avatar Pierre Neidhardt
Browse files

size: Document that positional arguments can be store items.

* guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument
  alternative.
parent e65a4464
No related branches found
No related tags found
No related merge requests found
...@@ -230,8 +230,8 @@ (define data ...@@ -230,8 +230,8 @@ (define data
;;; ;;;
(define (show-help) (define (show-help)
(display (G_ "Usage: guix size [OPTION]... PACKAGE (display (G_ "Usage: guix size [OPTION]... PACKAGE|STORE-ITEM
Report the size of PACKAGE and its dependencies.\n")) Report the size of the PACKAGE or STORE-ITEM, with its dependencies.\n"))
(display (G_ " (display (G_ "
--substitute-urls=URLS --substitute-urls=URLS
fetch substitute from URLS if they are authorized")) fetch substitute from URLS if they are authorized"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment