Skip to content

Commit

Permalink
tests(run_test.py): update help messages to new fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed May 5, 2015
1 parent 847001f commit a87d970
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions clap-tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
-v, --version Prints version information
OPTIONS:
--maxvals3 <maxvals>... Tests 3 max vals
--minvals2 <minvals>... Tests 2 min vals
--multvals <one> <two> Tests mutliple values, not mult occs
--multvalsmo <one> <two> Tests mutliple values, not mult occs
-o, --option <opt>... tests options
--long-option-2 <option2> tests long options with exclusions
-O <option3> tests options with specific value sets [values: fast slow]
--maxvals3 <maxvals>... Tests 3 max vals
--minvals2 <minvals>... Tests 2 min vals
--multvals <one> <two> Tests mutliple values, not mult occs
--multvalsmo <one> <two> Tests mutliple values, not mult occs
-o, --option <opt>... tests options
--long-option-2 <option2> tests long options with exclusions
-O <option3> tests options with specific value sets [values: fast slow]
POSITIONAL ARGUMENTS:
positional tests positionals
Expand Down Expand Up @@ -102,15 +102,15 @@
tests subcommands
USAGE:
\tclaptests subcmd [POSITIONAL] [FLAGS] [OPTIONS]
claptests subcmd [POSITIONAL] [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-f, --flag tests flags
-v, --version Prints version information
OPTIONS:
-o, --option <scoption>... tests options
-o, --option <scoption>... tests options
POSITIONAL ARGUMENTS:
scpositional tests positionals'''
Expand Down

0 comments on commit a87d970

Please sign in to comment.