summaryrefslogtreecommitdiffstats
path: root/doc/pactree.8.txt
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-10-15 21:06:14 +0200
committerAllan McRae <allan@archlinux.org>2012-11-27 06:16:15 +0100
commit1c0c292728c6bb5987b418c7ecbaf998a26c066d (patch)
tree0ae03abdda46ddc8d57d3ce6597c3b506fe27017 /doc/pactree.8.txt
parente1fdcfb145aa45eb1115ba400587cfed5eaf5455 (diff)
downloadpacman-1c0c292728c6bb5987b418c7ecbaf998a26c066d.tar.gz
pacman-1c0c292728c6bb5987b418c7ecbaf998a26c066d.tar.xz
pactree: autodetect and use unicode line drawing characters
Add a compile time check for langinfo.h so that we can possibly use unicode line drawing characters if the current locale is supportive of them. This can be explicitly disabled at runtime with the use of a new switch: -a, --ascii. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/pactree.8.txt')
-rw-r--r--doc/pactree.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt
index 669a14bb..6ecaf23e 100644
--- a/doc/pactree.8.txt
+++ b/doc/pactree.8.txt
@@ -22,6 +22,10 @@ description is generated.
Options
-------
+*-a, \--ascii*::
+ 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*::
Specify an alternative database location.