Skip to content
Snippets Groups Projects
Commit 7f1799d5 authored by Ralf Jung's avatar Ralf Jung
Browse files

tweak iris-bot help

parent 58822e3d
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ def time(args): ...@@ -135,7 +135,7 @@ def time(args):
# Dispatch # Dispatch
if __name__ == "__main__": if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Iris CI utility') parser = argparse.ArgumentParser(description='Iris CI utility')
subparsers = parser.add_subparsers(required=True, title='iris-bot command to execute', description='see "$command -h" for help', metavar="command") subparsers = parser.add_subparsers(required=True, title='iris-bot command to execute', description='see "$command -h" for help', metavar="$command")
parser_build = subparsers.add_parser('build', help='Build many reverse dependencies against an Iris branch') parser_build = subparsers.add_parser('build', help='Build many reverse dependencies against an Iris branch')
parser_build.set_defaults(func=build) parser_build.set_defaults(func=build)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment