pactest: conflict between directory and a file
[pacman-ng.git] / doc / pactree.8.txt
blob669a14bb08042fbb9669f714b988c0d887fae27b
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
3 /////
4 pactree(8)
5 =========
7 Name
8 ----
9 pactree - package dependency tree viewer
12 Synopsis
13 --------
14 'pactree' [options] package
16 Description
17 -----------
18 Pactree produces a dependency tree for a package.
20 By default a tree like output is generated, but with the -g option a graphviz
21 description is generated.
23 Options
24 -------
25 *-b, \--dbpath*::
26         Specify an alternative database location.
28 *-c, \--color*::
29         Colorize output.
31 *-d, \--depth <num>*::
32         Limits the number of levels of dependency to show. A zero means
33         show the named package only, one shows the packages that are directly
34         required.
36 *-g, \--graph*::
37         Generate graphviz description. If this option is given, the -c and -l
38         options are ignored.
40 *-h, \--help*::
41         Output syntax and command line options.
43 *-l, \--linear*::
44         Prints package names at the start of each line, one per line.
46 *-r, \--reverse*::
47         Show packages that depend on the named package.
49 *-s, \--sync*::
50         Read package data from sync databases instead of local database.
52 *-u, \--unique*::
53         List dependent packages once. Implies --linear.
55 *\--config <file>*::
56         Specify an alternate pacman configuration file.
58 See Also
59 --------
60 linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8]
62 include::footer.txt[]