diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-05 20:50:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-05 20:50:12 +0100 |
commit | d8501b844b9816b741dd4c1e372843242ec2f950 (patch) | |
tree | 871c0cab7c9358ce9eba5c43c88ebd1d0f13977b /guix/scripts/refresh.scm | |
parent | c0cc805e3fbabcbae948b7af0875b9655b01b264 (diff) |
refresh: Indicate that PACKAGE... is optional.
* guix/scripts/refresh.scm (show-help): Add brackets around PACKAGE.
Diffstat (limited to 'guix/scripts/refresh.scm')
-rw-r--r-- | guix/scripts/refresh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm index e1ff544de0..805e4543ec 100644 --- a/guix/scripts/refresh.scm +++ b/guix/scripts/refresh.scm @@ -119,7 +119,7 @@ (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 |