guix-commits
[Top][All Lists]
Advanced

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

01/03: pull: Expand help text for --{url,commit,branch}.


From: guix-commits
Subject: 01/03: pull: Expand help text for --{url,commit,branch}.
Date: Fri, 5 Mar 2021 13:08:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d0f4283c449173df9561691453b8462c9e9f99ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Mar 5 17:25:00 2021 +0100

    pull: Expand help text for --{url,commit,branch}.
    
    * guix/scripts/pull.scm (show-help): Document that ‘--url’, ‘--commit’,
    and ‘--branch’ affect only the ‘guix’ channel (for now?).
---
 guix/scripts/pull.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 13d5ece..0761324 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -91,11 +91,11 @@ Download and deploy the latest version of Guix.\n"))
   (display (G_ "
   -C, --channels=FILE    deploy the channels defined in FILE"))
   (display (G_ "
-      --url=URL          download from the Git repository at URL"))
+      --url=URL          download \"guix\" channel from the Git repository at 
URL"))
   (display (G_ "
-      --commit=COMMIT    download the specified COMMIT"))
+      --commit=COMMIT    download the specified \"guix\" channel COMMIT"))
   (display (G_ "
-      --branch=BRANCH    download the tip of the specified BRANCH"))
+      --branch=BRANCH    download the tip of the specified \"guix\" channel 
BRANCH"))
   (display (G_ "
       --allow-downgrades allow downgrades to earlier channel revisions"))
   (display (G_ "



reply via email to

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