tests(usage): update known good tests to new usage strings

This commit is contained in:
Kevin K 2015-04-30 19:29:27 -04:00
parent 53f6b8c9d8
commit cf7f6c80cd

View file

@ -32,15 +32,18 @@ SUBCOMMANDS:
subcmd tests subcommands'''
_excluded = '''The argument --flag cannot be used with -F
USAGE: claptests [positional2] -F --long-option-2 <option2>
USAGE:
claptests [positional2] -F --long-option-2 <option2>
For more information try --help'''
_excluded_l = '''The argument -f cannot be used -F
USAGE: claptests [positional2] -F --long-option-2 <option2>
USAGE:
claptests [positional2] -F --long-option-2 <option2>
For more information try --help'''
_required = '''One or more required arguments were not supplied
USAGE: claptests [positional2] -F --long-option-2 <option2>
USAGE:
claptests [positional2] -F --long-option-2 <option2>
For more information try --help'''
_fop = '''flag present 1 times