From 16b64bb710d6295fe5c0f326f2a583f86f20995a Mon Sep 17 00:00:00 2001 From: prodigysml Date: Mon, 3 Jun 2019 18:47:17 -0700 Subject: [PATCH] Fixed my horrible grammar --- Interlace/lib/core/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 336a1b7..260d155 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -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()