From d6f31dc78852939f7f83648529887caca2ac9294 Mon Sep 17 00:00:00 2001 From: Ram Bhamidipaty Date: Tue, 26 Jun 2012 22:02:18 -0700 Subject: Add man page for pactree Add a man page for the pactree utility. Feedback-from: Allan McRae Feedback-from: Andrew Gregory Signed-off-by: Ram Bhamidipaty Signed-off-by: Dan McGee --- doc/pactree.8.txt | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 doc/pactree.8.txt (limited to 'doc/pactree.8.txt') diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt new file mode 100644 index 00000000..669a14bb --- /dev/null +++ b/doc/pactree.8.txt @@ -0,0 +1,62 @@ +///// +vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: +///// +pactree(8) +========= + +Name +---- +pactree - package dependency tree viewer + + +Synopsis +-------- +'pactree' [options] package + +Description +----------- +Pactree produces a dependency tree for a package. + +By default a tree like output is generated, but with the -g option a graphviz +description is generated. + +Options +------- +*-b, \--dbpath*:: + Specify an alternative database location. + +*-c, \--color*:: + Colorize output. + +*-d, \--depth *:: + Limits the number of levels of dependency to show. A zero means + show the named package only, one shows the packages that are directly + required. + +*-g, \--graph*:: + Generate graphviz description. If this option is given, the -c and -l + options are ignored. + +*-h, \--help*:: + Output syntax and command line options. + +*-l, \--linear*:: + Prints package names at the start of each line, one per line. + +*-r, \--reverse*:: + Show packages that depend on the named package. + +*-s, \--sync*:: + Read package data from sync databases instead of local database. + +*-u, \--unique*:: + List dependent packages once. Implies --linear. + +*\--config *:: + Specify an alternate pacman configuration file. + +See Also +-------- +linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8] + +include::footer.txt[] -- cgit v1.2.3-24-g4f1b