update parser description

This commit is contained in:
debugtalk
2017-11-10 23:10:22 +08:00
parent 8633050794
commit d511a62dd9

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")