guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: refresh: Indicate that PACKAGE... is optional.


From: Tobias Geerinckx-Rice
Subject: 01/01: refresh: Indicate that PACKAGE... is optional.
Date: Mon, 5 Dec 2016 19:51:12 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d8501b844b9816b741dd4c1e372843242ec2f950
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 5 20:50:10 2016 +0100

    refresh: Indicate that PACKAGE... is optional.
    
    * guix/scripts/refresh.scm (show-help): Add brackets around PACKAGE.
---
 guix/scripts/refresh.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index e1ff544..805e454 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]