doc: update cli help

This commit is contained in:
debugtalk
2020-01-02 16:06:04 +08:00
parent 72c3f7aacf
commit 270bf97e4c

View File

@@ -56,7 +56,7 @@ def main():
help="Specify new project name.")
parser.add_argument(
'--validate', nargs='*',
help="Validate JSON testcase format.")
help="Validate YAML/JSON api/testcase/testsuite format.")
parser.add_argument(
'--prettify', nargs='*',
help="Prettify JSON testcase format.")