Fix subunit trace help
Fixes a typo. proccesed => processed TrivialFix Change-Id: I875694210331bdb413611be9602315a84f12e7f9
This commit is contained in:
@@ -268,7 +268,7 @@ def parse_args():
|
||||
'debug information in realtime')
|
||||
parser.add_argument('--fails', '-f', action='store_true',
|
||||
dest='post_fails', help='Print failure debug '
|
||||
'information after the stream is proccesed')
|
||||
'information after the stream is processed')
|
||||
parser.add_argument('--failonly', action='store_true',
|
||||
dest='failonly', help="Don't print success items",
|
||||
default=(
|
||||
|
Reference in New Issue
Block a user