From: Eric S. Raymond Date: Wed, 3 Oct 2012 08:11:40 +0000 (-0400) Subject: Correct some usage information. X-Git-Tag: 1.6~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=309c97d68e54387f0604edef8fac102245cdc67b;p=irker.git Correct some usage information. --- diff --git a/irkerhook.py b/irkerhook.py index a7d24d5..027b895 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -5,11 +5,11 @@ # This script contains git porcelain and porcelain byproducts. # Requires Python 2.6, or 2.4 with the 2.6 json library installed. # -# usage: irkerhook.py [-V] [-n] +# usage: irkerhook.py [-V] [-n] [--variable=value...] [commit_id...] # -# This script is meant to be run in a post-commit hook. Try it with -# -n to see the notification dumped to stdout and verify that it looks -# sane. With -V this script dumps its version and exits. +# This script is meant to be run in an update or post-commit hook. +# Try it with -n to see the notification dumped to stdout and verify +# that it looks sane. With -V this script dumps its version and exits. # # See the irkerhook manual page in the distribution for a detailed # explanation of how to configure this hook.