From: Leandro Lucarella Date: Sun, 15 Jul 2012 11:26:08 +0000 (+0200) Subject: Use lowercase for help messages to match --help X-Git-Url: https://git.llucax.com/software/subdivxget.git/commitdiff_plain Use lowercase for help messages to match --help --- diff --git a/subdivxget b/subdivxget index b985e27..5997114 100755 --- a/subdivxget +++ b/subdivxget @@ -280,10 +280,10 @@ looked in all the fields. """.strip()) parser.add_option("-l", "--list-only", default=False, action='store_true', - help="Don't download the subtitles, just list them") + help="don't download the subtitles, just list them") parser.add_option("-q", "--quiet", default=False, action='store_true', - help="Don't print progress messages") + help="don't print progress messages") (opts, args) = parser.parse_args() if not args: