mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
size: Document that positional arguments can be store items.
* guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument alternative.
This commit is contained in:
parent
e65a44649e
commit
e70e097882
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue