diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-03-25 23:54:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-03-26 00:04:05 +0100 |
commit | 3b8bd63aa2c38e5104276daa8d7528629abd2c86 (patch) | |
tree | e8f11dbbdb89e4fd5316d5d5190b281dc024aa3c /doc | |
parent | 96aa98b6ca78ffb798e309acac3c3e5068422f30 (diff) | |
download | guix-3b8bd63aa2c38e5104276daa8d7528629abd2c86.tar guix-3b8bd63aa2c38e5104276daa8d7528629abd2c86.tar.gz |
doc: Move 'guix refresh --list-updaters' reference to the right place.
* doc/guix.texi (Invoking guix refresh): Move '--list-updaters' right
after '--type'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 74f3fbd299..965ea81f90 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11742,6 +11742,12 @@ gnu/packages/statistics.scm:819:13: r-testthat would be upgraded from 0.10.0 to gnu/packages/emacs.scm:856:13: emacs-auctex would be upgraded from 11.88.6 to 11.88.9 @end example +@item --list-updaters +@itemx -L +List available updaters and exit (see @option{--type} above). + +For each updater, display the fraction of packages it covers; at the +end, display the fraction of packages covered by all these updaters. @end table In addition, @command{guix refresh} can be passed one or more package @@ -11763,13 +11769,6 @@ be used when passing @command{guix refresh} one or more package names: @table @code -@item --list-updaters -@itemx -L -List available updaters and exit (see @option{--type} above). - -For each updater, display the fraction of packages it covers; at the -end, display the fraction of packages covered by all these updaters. - @item --list-dependent @itemx -l List top-level dependent packages that would need to be rebuilt as a |