diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-03-26 00:03:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-03-26 00:04:05 +0100 |
commit | 0d8cea4f247272a36c307276253f014f271f1b56 (patch) | |
tree | 9ebcbdd8d8ed68e0e585a6651077c6ea9ebde050 /doc | |
parent | 3cb1136780108aebe45794e639b4a8c06460c7e3 (diff) |
doc: "Invoking guix refresh" links to '--with-latest'.
* doc/guix.texi (Invoking guix refresh): Reword intro and Link to
'--with-latest'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4333faf8af..c23d044ff5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11567,10 +11567,13 @@ is welcome here (@pxref{Contributing}). @section Invoking @command{guix refresh} @cindex @command {guix refresh} -The primary audience of the @command{guix refresh} command is developers -of the GNU software distribution. By default, it reports any packages -provided by the distribution that are outdated compared to the latest -upstream version, like this: +The primary audience of the @command{guix refresh} command is packagers. +As a user, you may be interested in the @option{--with-latest} option, +which can bring you package update superpowers built upon @command{guix +refresh} (@pxref{Package Transformation Options, +@option{--with-latest}}). By default, @command{guix refresh} reports +any packages provided by the distribution that are outdated compared to +the latest upstream version, like this: @example $ guix refresh |