summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gomizelj <simongmzlj@gmail.com>2013-03-01 22:18:49 +0100
committerAllan McRae <allan@archlinux.org>2013-03-07 06:55:04 +0100
commite292b1b5a24e8e106f1c38c7e99e494f841d9346 (patch)
tree0222152c0c409ca1d22b5b915020b445e8c1bdf1
parent32f3b4304c6be397bc34cea82b6bf358c4f13f89 (diff)
downloadpacman-e292b1b5a24e8e106f1c38c7e99e494f841d9346.tar.gz
pacman-e292b1b5a24e8e106f1c38c7e99e494f841d9346.tar.xz
update documentation and config files
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/pacman.8.txt5
-rw-r--r--doc/pacman.conf.5.txt3
-rw-r--r--etc/pacman.conf.in1
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 33a94214..d1c7d203 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -146,6 +146,11 @@ Options
and they are tried in the order they are passed to pacman. *NOTE*: this
is an absolute path, the root path is not automatically prepended.
+*\--color* <when>::
+ Specify when to enable coloring, can be 'always', 'never' or 'auto'. Always
+ forces colours on, never forces colours off, and auto only automatically enables
+ colours when outputting onto a tty.
+
*\--config* <file>::
Specify an alternate configuration file.
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index aa280124..58d68f33 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -167,6 +167,9 @@ Options
Log action messages through syslog(). This will insert log entries into
+{localstatedir}/log/messages+ or equivalent.
+*Color*::
+ Automatically enable colors only when pacman's output is on a tty.
+
*UseDelta* [= ratio]::
Download delta files instead of complete packages if possible. Requires
the `xdelta3` program to be installed. If a ratio is specified (e.g.,
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index 4c727240..f610fa80 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -30,6 +30,7 @@ Architecture = auto
# Misc options
#UseSyslog
+#Color
#TotalDownload
CheckSpace
#VerbosePkgLists