refresh: Indicate that PACKAGE... is optional.

* guix/scripts/refresh.scm (show-help): Add brackets around PACKAGE.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-05 20:50:10 +01:00
parent c0cc805e3f
commit d8501b844b
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -119,7 +119,7 @@ (define %options
(show-version-and-exit "guix refresh")))))
(define (show-help)
(display (_ "Usage: guix refresh [OPTION]... PACKAGE...
(display (_ "Usage: guix refresh [OPTION]... [PACKAGE]...
Update package definitions to match the latest upstream version.
When PACKAGE... is given, update only the specified packages. Otherwise