From 1d1919ab4a33c5248ee7d169732d28a34e9974c9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 24 Mar 2015 23:16:51 +0100 Subject: [PATCH] docs/manual: document new graph-depends options Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Francois Perrad Reviewed-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- docs/manual/common-usage.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index 89cd9fe6a5..5b27b1fa11 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -208,6 +208,14 @@ The +graph-depends+ behaviour can be controlled by setting options in the * +--depth N+, +-d N+, to limit the dependency depth to +N+ levels. The default, +0+, means no limit. +* +--stop-on PKG+, +-s PKG+, to stop the graph on the package +PKG+. + +PKG+ can be an actual package name, a glob, or the keyword 'virtual' + (to stop on virtual packages). The package is still present on the + graph, but its dependencies are not. + +* +--exclude PKG+, +-x PKG+, like +--stop-on+, but also omits +PKG+ from + the graph. + * +--transitive+, +--no-transitive+, to draw (or not) the transitive dependencies. The default is to not draw transitive dependencies. -- 2.30.2