diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-11 23:30:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-11 23:31:23 +0200 |
commit | 8c97013ef55e606f71785bb66bbb4d29c5d0d9b1 (patch) | |
tree | 309ef2cec538cd0b97f1edac36729ab865963c8e /etc | |
parent | 88a96c568c47c97d05d883ada5afbc4e1200b10f (diff) | |
download | guix-8c97013ef55e606f71785bb66bbb4d29c5d0d9b1.tar guix-8c97013ef55e606f71785bb66bbb4d29c5d0d9b1.tar.gz |
news: Add entry for 'guix graph --path'.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index c110cb1edc..71fe4397f3 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -11,6 +11,20 @@ (channel-news (version 0) + (entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f") + (title (en "New @option{--path} option for @command{guix graph}")) + (body + (en "The @command{guix graph} command has a new @option{--path} +option that instructs it to display the shortest path between two packages, +derivations, or store items. For example, the command below displays the +shortest path from the @code{libreoffice} package to @code{libunistring}: + +@example +guix graph --path libreoffice libunistring +@end example + +Run @code{info \"(guix) Invoking guix graph\"} for more information."))) + (entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d") (title (en "GNU C Library upgraded") (de "GNU-C-Bibliothek aktualisiert") |