diff options
author | jgart <jgart@dismail.de> | 2023-01-04 19:10:32 -0600 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-21 14:56:52 -0400 |
commit | 4e9f914680988a23e369c16616c31a4dbd8da3e4 (patch) | |
tree | dc1f8af525ea4341efa566e22c258de7f1d099e7 /doc | |
parent | c88582a6740777b5f15690990b04cdd153905042 (diff) |
scripts: refresh: Add -T option.
* doc/guix.texi (Invoking guix refresh): Document the -T option.
* guix/scripts/refresh.scm (%options): Add the -T flag.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 77ee2c6e30..330d83d9ab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -14324,6 +14324,7 @@ for compatibility with an upgraded @code{flex} package. @table @code @item --list-transitive +@itemx --T List all the packages which one or more packages depend upon. @example |