mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 23:04:24 +01:00
Fixed my horrible grammar
This commit is contained in:
@@ -356,7 +356,7 @@ class InputParser(object):
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--no-bar', '--sober', dest='sober', action='store_true', default=True,
|
'--no-bar', '--sober', dest='sober', action='store_true', default=True,
|
||||||
help='If set then progress bar be stripped out'
|
help='If set then progress bar will be stripped out'
|
||||||
)
|
)
|
||||||
|
|
||||||
output_types = parser.add_mutually_exclusive_group()
|
output_types = parser.add_mutually_exclusive_group()
|
||||||
|
|||||||
Reference in New Issue
Block a user