diff --git a/iris-bot b/iris-bot index 09b63d0421e10e3cec25881a78b43700d8dfa4e3..8b8844f3c4178b35a5f1feae1a5d32acde5d9a49 100755 --- a/iris-bot +++ b/iris-bot @@ -147,7 +147,7 @@ if __name__ == "__main__": parser_time = subparsers.add_parser('time', help='Time one reverse dependency against an Iris branch') parser_time.add_argument("project", help="the project to measure the time of") - parser_time.add_argument("--test-branch", help="use different branch on project for the test build (in case the project requires changes to still build)") + parser_time.add_argument("--test-rev", help="use different revision on project for the test build (in case the project requires changes to still build)") parser_time.set_defaults(func=time) # Parse, and dispatch to sub-command