clarify help text
authorRalf Jung <post@ralfj.de>
Sun, 19 Jul 2015 08:43:48 +0000 (10:43 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 19 Jul 2015 08:43:48 +0000 (10:43 +0200)
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")