index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-11-11 19:19:59 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-28 16:26:51 +1000 |
commit | b42d0852f31ce7cef75da5ce51e6c09545ef8f2d (patch) | |
tree | 7f509a32250117dc51bc10ca8e7bab8fdb72acc7 /doc | |
parent | e0607f6ae28e85ab905cd10536055ff5b6cc4652 (diff) |
-rw-r--r-- | doc/alpm-hooks.5.txt | 5 |
diff --git a/doc/alpm-hooks.5.txt b/doc/alpm-hooks.5.txt index 2986abf3..770f466e 100644 --- a/doc/alpm-hooks.5.txt +++ b/doc/alpm-hooks.5.txt @@ -62,8 +62,9 @@ defined the hook will run if the transaction matches *any* of the triggers. ACTIONS ------- -*Exec =* /path/to/executable:: - Executable to run. Required. +*Exec =* <command>:: + Command to run. Command arguments are split on whitespace. Values + containing whitespace should be enclosed in quotes. Required. *When =* PreTransaction|PostTransaction:: When to run the hook. Required. |