diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-10-15 15:06:14 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 15:16:15 +1000 |
commit | 1c0c292728c6bb5987b418c7ecbaf998a26c066d (patch) | |
tree | 0ae03abdda46ddc8d57d3ce6597c3b506fe27017 /doc | |
parent | e1fdcfb145aa45eb1115ba400587cfed5eaf5455 (diff) | |
download | 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')
-rw-r--r-- | doc/pactree.8.txt | 4 |
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. |