diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-13 22:15:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-13 22:15:41 +0200 |
commit | 8e59fdd53bbc3eba75328e1e1a329291fcedc0bc (patch) | |
tree | 7b3c3b7de043e98e4155ad6796d3a5bebbeaa03d /doc | |
parent | 3f1e69395cbfaad80710bdfbef433c26aa216271 (diff) | |
download | guix-8e59fdd53bbc3eba75328e1e1a329291fcedc0bc.tar guix-8e59fdd53bbc3eba75328e1e1a329291fcedc0bc.tar.gz |
guix gc: Add `--requisites'.
* guix/scripts/gc.scm (show-help, %options): Add `--requisites'.
(guix-gc): Handle it.
* doc/guix.texi (Invoking guix gc): Document `--requisites'.
* NEWS: Update.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 02fb9982c1..23e8351c02 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -722,6 +722,13 @@ In addition, the references among existing store files can be queried: List the references (respectively, the referrers) of store files given as arguments. +@item --requisites +@itemx -R +List the requisites of the store files passed as arguments. Requisites +include the store files themselves, their references, and the references +of these, recursively. In other words, the returned list is the +@dfn{transitive closure} of the store files. + @end table |