clarify help text
[git-mirror.git] / github-add-hooks.py
index ba2b801c5cb4d0732a15bbc44165c4b07a119528..07be2e4711e775954654172f328aa62577922330 100755 (executable)
@@ -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")