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)