mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
update parser description
This commit is contained in:
@@ -17,7 +17,7 @@ def main_ate():
|
|||||||
""" API test: parse command line options and run commands.
|
""" API test: parse command line options and run commands.
|
||||||
"""
|
"""
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='Api Test Engine.')
|
description='HTTP test runner, not just about api test and load test.')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-V', '--version', dest='version', action='store_true',
|
'-V', '--version', dest='version', action='store_true',
|
||||||
help="show version")
|
help="show version")
|
||||||
|
|||||||
Reference in New Issue
Block a user