mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
docstring: Update
This commit is contained in:
@ -76,7 +76,8 @@ parser.add_argument('-s', '--specification', type=str, action='append',
|
||||
help=('The set of specifications to test the program with. '
|
||||
'Valid values: {}. '
|
||||
'Use this option multiple times to test with multiple '
|
||||
'specifications. If it is not given, defaults to all.')
|
||||
'specifications. If it is not given, defaults to all that '
|
||||
'are not deprecated.')
|
||||
.format(', '.join(x.value for x in Specifications)))
|
||||
parser.add_argument('-l', '--loose', action='store_true',
|
||||
help='Disables strict checks of conformity to the specification. '
|
||||
|
Reference in New Issue
Block a user