doc: Show output of 'guix refresh --list-dependent' example.
* doc/guix.texi (Invoking guix refresh): Show example output of the command.
This commit is contained in:
parent
65ea711189
commit
7779ab611d
|
@ -2564,7 +2564,9 @@ Be aware that the @code{--list-dependent} option only
|
||||||
an upgrade. More rebuilds might be required under some circumstances.
|
an upgrade. More rebuilds might be required under some circumstances.
|
||||||
|
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
The command above lists a set of packages that could be built to check
|
The command above lists a set of packages that could be built to check
|
||||||
|
|
Loading…
Reference in New Issue