Merge "Fix typo in tempest/run help document."
This commit is contained in:
commit
2c35114fe9
@ -25,7 +25,7 @@ Tempest run has several options:
|
|||||||
|
|
||||||
There are also the **--blacklist_file** and **--whitelist_file** options that
|
There are also the **--blacklist_file** and **--whitelist_file** options that
|
||||||
let you pass a filepath to tempest run with the file format being a line
|
let you pass a filepath to tempest run with the file format being a line
|
||||||
seperated regex, with '#' used to signify the start of a comment on a line.
|
separated regex, with '#' used to signify the start of a comment on a line.
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
# Regex file
|
# Regex file
|
||||||
@ -193,7 +193,7 @@ class TempestRun(command.Command):
|
|||||||
list_selector = parser.add_mutually_exclusive_group()
|
list_selector = parser.add_mutually_exclusive_group()
|
||||||
list_selector.add_argument('--whitelist_file',
|
list_selector.add_argument('--whitelist_file',
|
||||||
help="Path to a whitelist file, this file "
|
help="Path to a whitelist file, this file "
|
||||||
"contains a seperate regex on each "
|
"contains a separate regex on each "
|
||||||
"newline.")
|
"newline.")
|
||||||
list_selector.add_argument('--blacklist_file',
|
list_selector.add_argument('--blacklist_file',
|
||||||
help='Path to a blacklist file, this file '
|
help='Path to a blacklist file, this file '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user