diff options
author | Timo Teräs <timo.teras@iki.fi> | 2020-05-04 15:24:58 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-05-06 13:05:25 +0300 |
commit | 791f93fcbe7a543e0bb844887ba395be8ed8ea44 (patch) | |
tree | a507ab39c1832769433a4e8e4b036643c191878f /doc/apk-dot.8.scd | |
parent | 5258b484bf13441d3d5c199e3c8d70cf2a75b3ca (diff) | |
download | apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.gz apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.bz2 apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.tar.xz apk-tools-791f93fcbe7a543e0bb844887ba395be8ed8ea44.zip |
man pages: make more friendly for help generation
Also few minor fixups added.
Diffstat (limited to 'doc/apk-dot.8.scd')
-rw-r--r-- | doc/apk-dot.8.scd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/apk-dot.8.scd b/doc/apk-dot.8.scd index 03c4ca0..3e3b117 100644 --- a/doc/apk-dot.8.scd +++ b/doc/apk-dot.8.scd @@ -10,15 +10,16 @@ apk dot - generate graphviz graphs # 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). +*apk dot* renders package dependencies as graphviz graphs. + +The graph is generated for the packages matching the masks given, 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. + Consider only packages with errors. This is useful for visually reporting + e.g. cyclic dependencies and missing packages. *--installed* Consider only installed packages. |