update parser description

This commit is contained in:
httprunner
2017-11-10 23:10:22 +08:00
parent ad4037ee52
commit 5f05aa3d9b

View File

@@ -17,7 +17,7 @@ def main_ate():
""" API test: parse command line options and run commands.
"""
parser = argparse.ArgumentParser(
description='Api Test Engine.')
description='HTTP test runner, not just about api test and load test.')
parser.add_argument(
'-V', '--version', dest='version', action='store_true',
help="show version")