mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
update documentation and config files
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
32f3b4304c
commit
e292b1b5a2
@ -146,6 +146,11 @@ Options
|
|||||||
and they are tried in the order they are passed to pacman. *NOTE*: this
|
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.
|
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>::
|
*\--config* <file>::
|
||||||
Specify an alternate configuration file.
|
Specify an alternate configuration file.
|
||||||
|
|
||||||
|
@ -167,6 +167,9 @@ Options
|
|||||||
Log action messages through syslog(). This will insert log entries into
|
Log action messages through syslog(). This will insert log entries into
|
||||||
+{localstatedir}/log/messages+ or equivalent.
|
+{localstatedir}/log/messages+ or equivalent.
|
||||||
|
|
||||||
|
*Color*::
|
||||||
|
Automatically enable colors only when pacman's output is on a tty.
|
||||||
|
|
||||||
*UseDelta* [= ratio]::
|
*UseDelta* [= ratio]::
|
||||||
Download delta files instead of complete packages if possible. Requires
|
Download delta files instead of complete packages if possible. Requires
|
||||||
the `xdelta3` program to be installed. If a ratio is specified (e.g.,
|
the `xdelta3` program to be installed. If a ratio is specified (e.g.,
|
||||||
|
@ -30,6 +30,7 @@ Architecture = auto
|
|||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
|
#Color
|
||||||
#TotalDownload
|
#TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
|
Loading…
Reference in New Issue
Block a user