diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/5/pkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 7c7230a..2bd9eee 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -55,7 +55,7 @@ including newlines. See zsh(1) for more Valid I<hook> names are: post-add, pre-update, post-update, pre-remove. -Note thatt post-add automatically executes post-update +Note that post-add automatically executes post-update Example: pkg_hook_post-update () {clear_line; echo "Hello from package $1!"} |