From 270bf97e4c0118ea045b4f1340704a99c3749ee4 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 2 Jan 2020 16:06:04 +0800 Subject: [PATCH] doc: update cli help --- httprunner/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/cli.py b/httprunner/cli.py index 1314cb8a..0ffb17d6 100644 --- a/httprunner/cli.py +++ b/httprunner/cli.py @@ -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.")