projects
/
git-mirror.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
06afbc5
)
clarify help text
author
Ralf Jung
<post@ralfj.de>
Sun, 19 Jul 2015 08:43:48 +0000
(10:43 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 19 Jul 2015 08:43:48 +0000
(10:43 +0200)
github-add-hooks.py
patch
|
blob
|
history
diff --git
a/github-add-hooks.py
b/github-add-hooks.py
index ba2b801c5cb4d0732a15bbc44165c4b07a119528..07be2e4711e775954654172f328aa62577922330 100755
(executable)
--- a/
github-add-hooks.py
+++ b/
github-add-hooks.py
@@
-42,7
+42,7
@@
conf = read_config()
parser = argparse.ArgumentParser(description='Update and build a bunch of stuff')
parser.add_argument("-o", "--owner",
dest="owner",
- help="The owner of this hook on GitHub")
+ help="The
username of the
owner of this hook on GitHub")
parser.add_argument("-e", "--email",
dest="email",
help="An email address that gets notified in case of trouble with the hook")