summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-17 13:56:40 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-17 13:56:40 +0200
commit72f749dcb83dbda9f98e28fa3622cc1d3db6275a (patch)
tree4d6024bdd77d54a8777a79fed90508c582fc17b6 /doc
parent14755829dc268a3983036908750f4ea40c5224b3 (diff)
pull: '--url', '--commit', and '--branch' apply to the 'guix' channel.
Suggested by pkill9 <pkill9@runbox.com>. * guix/scripts/pull.scm (channel-list): Apply REF and URL to the 'guix' channel. * doc/guix.texi (Invoking guix pull): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f8e7436cf18..6b713aaf9c8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3646,8 +3646,9 @@ but it supports the following options:
3646@item --url=@var{url} 3646@item --url=@var{url}
3647@itemx --commit=@var{commit} 3647@itemx --commit=@var{commit}
3648@itemx --branch=@var{branch} 3648@itemx --branch=@var{branch}
3649Download code from the specified @var{url}, at the given @var{commit} (a valid 3649Download code for the @code{guix} channel from the specified @var{url}, at the
3650Git commit ID represented as a hexadecimal string), or @var{branch}. 3650given @var{commit} (a valid Git commit ID represented as a hexadecimal
3651string), or @var{branch}.
3651 3652
3652@cindex @file{channels.scm}, configuration file 3653@cindex @file{channels.scm}, configuration file
3653@cindex configuration file for channels 3654@cindex configuration file for channels