From 6bfa2cdbb2bdc074fcd0ca7776bbfa3c05932b30 Mon Sep 17 00:00:00 2001 From: Kristopher Hom Date: Fri, 30 Mar 2018 13:07:13 -0700 Subject: [PATCH] Update --output help string --- optimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimage.py b/optimage.py index 7e904a9..7243ed9 100644 --- a/optimage.py +++ b/optimage.py @@ -241,7 +241,7 @@ def _parse_argv(argv): help='the filename to compress') parser.add_argument('--output', action='store', - help='the filename to compress', + help='the compressed output filename', required=False) parser.add_argument('--debug', action='store_true', help=argparse.SUPPRESS) args = parser.parse_args(argv)