Fixed my horrible grammar

This commit is contained in:
prodigysml
2019-06-03 18:47:17 -07:00
parent e68c3d6be9
commit 16b64bb710

View File

@@ -356,7 +356,7 @@ class InputParser(object):
parser.add_argument(
'--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()