diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-22 10:51:17 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-10-27 21:54:57 +0300 |
commit | 6ffa706b6d80265b2fd244484b42492a71a2ef31 (patch) | |
tree | ae40d76337f5b4aaad65565710d13c0c5ea79d6e /doc | |
parent | 7e6b490d041935d0f77de3cee0493707435a34d6 (diff) | |
download | patches-6ffa706b6d80265b2fd244484b42492a71a2ef31.tar patches-6ffa706b6d80265b2fd244484b42492a71a2ef31.tar.gz |
refresh: Add '--list-updaters' option.
* guix/scripts/refresh.scm (list-updaters-and-exit): New procedure.
(%options, show-help): Add '--list-updaters' option.
* doc/guix.texi (Invoking guix refresh): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 20bf28424e..1bb7125fa2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4305,6 +4305,10 @@ 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.) + @item --list-dependent @itemx -l List top-level dependent packages that would need to be rebuilt as a |