From 6322806ea80b7248cb2c854e72f29ab1049e548d Mon Sep 17 00:00:00 2001 From: Kevin K Date: Wed, 16 Mar 2016 19:25:48 -0400 Subject: [PATCH] tests: updates tests to new verbiage --- clap-tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap-tests/run_tests.py b/clap-tests/run_tests.py index 4db3a7bf..553d39e1 100755 --- a/clap-tests/run_tests.py +++ b/clap-tests/run_tests.py @@ -36,7 +36,7 @@ ARGS: [positional3]... tests positionals with specific values [values: vi, emacs] SUBCOMMANDS: - help With no arguments it prints this message, otherwise it prints help information about other subcommands + help Prints this message or the help message of the given subcommand(s) subcmd tests subcommands''' _version = "claptests v1.4.8"