aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-09-03 12:46:40 +0200
committerLudovic Courtès <ludo@gnu.org>2018-09-07 11:40:18 +0200
commitee94cfeb99a7e3879c92ca21318960077ce4100e (patch)
tree38280acee29513d8a6fbbf95c45d1e8ced399c1b /doc
parent214452ffd339491f63560d19d2aeab4e668029a4 (diff)
downloadguix-ee94cfeb99a7e3879c92ca21318960077ce4100e.tar
guix-ee94cfeb99a7e3879c92ca21318960077ce4100e.tar.gz
pull: Add '--profile'.
* guix/scripts/pull.scm (show-help, %options): Add '--profile'. (build-and-install): Change 'config-dir' argument to 'profile'. (guix-pull): Honor '--profile'. * doc/guix.texi (Invoking guix pull): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2c5b01e4a8..30f1be2ab8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2851,6 +2851,10 @@ is provided, the subset of generations that match @var{pattern}.
The syntax of @var{pattern} is the same as with @code{guix package
--list-generations} (@pxref{Invoking guix package}).
+@item --profile=@var{profile}
+@itemx -p @var{profile}
+Use @var{profile} instead of @file{~/.config/guix/current}.
+
@item --bootstrap
Use the bootstrap Guile to build the latest Guix. This option is only
useful to Guix developers.