diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 06:43:20 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 06:18:59 +0200 |
commit | ab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch) | |
tree | 58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/pactree.8.txt | |
parent | 37634d22e501538e5a4b12105a0b56542841e71f (diff) | |
download | pacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.gz pacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.xz |
man: Improve grammar and add missing single quotes around command options
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/pactree.8.txt')
-rw-r--r-- | doc/pactree.8.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt index c99d4f13..b177788a 100644 --- a/doc/pactree.8.txt +++ b/doc/pactree.8.txt @@ -18,14 +18,14 @@ Description ----------- Pactree produces a dependency tree for a package. -By default a tree like output is generated, but with the -g option a graphviz +By default, a tree-like output is generated, but with the '\--graph' option, a Graphviz description is generated. Options ------- *-a, \--ascii*:: - Use ascii characters for tree formatting. By default, pactree will use unicode + Use ASCII characters for tree formatting. By default, pactree will use Unicode line drawing characters if it is able to detect that the locale supports them. *-b, \--dbpath*:: @@ -40,11 +40,11 @@ Options required. *-g, \--graph*:: - Generate graphviz description. If this option is given, the -c and -l - options are ignored. + Generate a Graphviz description. If this option is given, the '\--color' and + '\--linear' options are ignored. *-h, \--help*:: - Output syntax and command line options. + Output syntax and command-line options. *-l, \--linear*:: Prints package names at the start of each line, one per line. @@ -56,7 +56,7 @@ Options Read package data from sync databases instead of local database. *-u, \--unique*:: - List dependent packages once. Implies --linear. + List dependent packages once. Implies '\--linear'. *\--config <file>*:: Specify an alternate pacman configuration file. |