[pacman-dev] [PATCH] pacman.8: document --hookdir
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/pacman.8.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 514f559..8f554d2 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+). Mulitple 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. -- 2.7.0
On 26/01/16 19:53, Allan McRae wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/pacman.8.txt | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 514f559..8f554d2 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+). Mulitple 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. +
s/Mulitple/Multiple
*\--logfile* <file>:: Specify an alternate log file. This is an absolute path, regardless of the installation root setting.
participants (1)
-
Allan McRae