diff options
author | Dan McGee <dan@archlinux.org> | 2012-07-10 15:41:18 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-07-10 15:41:18 +0200 |
commit | e41ca0f2f6e41cc61a10860d3a22c4ca490a34a8 (patch) | |
tree | cca5ca8e117ab536055696cba83960566b36f661 /doc/pactree.8.txt | |
parent | 392fffe24126c1d0404ead75c1743411fe65310a (diff) | |
parent | 5c1ba2d5fd5263525a0355cdce900b58dc41c916 (diff) | |
download | pacman-e41ca0f2f6e41cc61a10860d3a22c4ca490a34a8.tar.gz pacman-e41ca0f2f6e41cc61a10860d3a22c4ca490a34a8.tar.xz |
Merge branch 'maint'
Conflicts:
etc/makepkg.conf.in
Diffstat (limited to 'doc/pactree.8.txt')
-rw-r--r-- | doc/pactree.8.txt | 62 |
1 files changed, 62 insertions, 0 deletions
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 <num>*:: + 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 <file>*:: + Specify an alternate pacman configuration file. + +See Also +-------- +linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8] + +include::footer.txt[] |