diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-20 22:03:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-20 22:39:02 +0200 |
commit | 7779ab611da79cced8fecc0b423577bf0836dc0f (patch) | |
tree | 863ccfda2eaf5dd5475b9eb7f6ead07aec4b1281 /doc | |
parent | 65ea71118902923a406cf9fbf50a6809f2b54694 (diff) | |
download | patches-7779ab611da79cced8fecc0b423577bf0836dc0f.tar patches-7779ab611da79cced8fecc0b423577bf0836dc0f.tar.gz |
doc: Show output of 'guix refresh --list-dependent' example.
* doc/guix.texi (Invoking guix refresh): Show example output of the
command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8431cbd907..d30142fcbe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2564,7 +2564,9 @@ Be aware that the @code{--list-dependent} option only an upgrade. More rebuilds might be required under some circumstances. @example -guix refresh --list-dependent flex +$ guix refresh --list-dependent flex +Building the following 120 packages would ensure 213 dependent packages are rebuilt: +hop-2.4.0 geiser-0.4 notmuch-0.18 mu-0.9.9.5 cflow-1.4 idutils-4.6 @dots{} @end example The command above lists a set of packages that could be built to check |