From acd41a25d151be7cf1ad5f6126ea0f1ca8d25e6d 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.")