summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-13 10:56:01 +0100
committerpazz <patricktotzke@gmail.com>2011-08-13 10:56:01 +0100
commit893c5b71bd465edaab24ead2df7f5a2f811f9abf (patch)
tree8fbc065c0f905b3e1ba436747ea6a59957d18765
parent8e4a429b72ba63197495d0eff182bcf41bc1de5e (diff)
typo
-rw-r--r--USAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/USAGE b/USAGE
index 2be6533f..c25cc0e8 100644
--- a/USAGE
+++ b/USAGE
@@ -110,7 +110,7 @@ Hooks
=====
Before and after every command execution, alot calls this commands pre/post hook:
-Hooks are python callables with arity 3 that live in a module specified by
+Hooks are python callables with arity 4 that live in a module specified by
hooksfile in the global section of your config. Per default this points to '~/.alot.py'
For every command X, the callable 'pre_X' will be called before X and 'post_X' afterwards.