diff options
author | Allan McRae <allan@archlinux.org> | 2016-01-26 10:52:55 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-01-27 03:39:22 +0100 |
commit | a5a908021946683a344173eced59c66af3b2124f (patch) | |
tree | 7d2a8bea8bf92bd23f42911d2f2f156957ffa47c | |
parent | 18d00097a280d319ed18feedb5370dece5b7398d (diff) | |
download | pacman-a5a908021946683a344173eced59c66af3b2124f.tar.gz pacman-a5a908021946683a344173eced59c66af3b2124f.tar.xz |
pacman.8: document --hookdir
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/pacman.8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 514f5591..9e696852 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -175,6 +175,13 @@ Options specifies that the keys are authentic and trusted. *NOTE*: This is an absolute path, and the root path is not automatically prepended. +*\--hookdir* <dir>:: + Specify a alternative directory containing hook files (a typical default is + +{sysconfdir}/pacman.d/hooks+). Multiple hook directories can be specified + with hooks in later directories taking precedence over hooks in earlier + directories. *NOTE*: This is an absolute path, and the root path is not + automatically prepended. + *\--logfile* <file>:: Specify an alternate log file. This is an absolute path, regardless of the installation root setting. |