Fix typo
This patch fixes typo "proccesed" in the code. Change-Id: I79169c7742d50bb9504aba39879eae17879a4663
This commit is contained in:
parent
845b82ec79
commit
ffdf485c43
@ -268,7 +268,7 @@ def parse_args():
|
|||||||
'debug information in realtime')
|
'debug information in realtime')
|
||||||
parser.add_argument('--fails', '-f', action='store_true',
|
parser.add_argument('--fails', '-f', action='store_true',
|
||||||
dest='post_fails', help='Print failure debug '
|
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',
|
parser.add_argument('--failonly', action='store_true',
|
||||||
dest='failonly', help="Don't print success items",
|
dest='failonly', help="Don't print success items",
|
||||||
default=(
|
default=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user