diff options
Diffstat (limited to 'doc/apk-dot.8.scd')
-rw-r--r-- | doc/apk-dot.8.scd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/apk-dot.8.scd b/doc/apk-dot.8.scd new file mode 100644 index 0000000..1addfc2 --- /dev/null +++ b/doc/apk-dot.8.scd @@ -0,0 +1,29 @@ +apk-dot(8) + +# NAME + +apk dot - generate graphviz graphs + +# SYNOPSIS + +*apk dot* [<_options_>...] [_pkgmask_...] + +# DESCRIPTION + +*apk dot* generates graphviz dependency graphs for packages matching the masks +specified, or for every known package if unspecified (this will generate a +large and unwieldy graph). + +# OPTIONS + +*--errors* + Graph only relationships considered erroneous, e.g. cycles and missing + packages. + +*--installed* + Consider only installed packages. + +# AUTHORS + +Natanael Copa <ncopa@alpinelinux.org>++ +Timo Teräs <_timo.teras@iki.fi_> |