]> git.llucax.com Git - software/subdivxget.git/commitdiff
Use lowercase for help messages to match --help master
authorLeandro Lucarella <luca@llucax.com.ar>
Sun, 15 Jul 2012 11:26:08 +0000 (13:26 +0200)
committerLeandro Lucarella <luca@llucax.com.ar>
Sun, 15 Jul 2012 11:26:08 +0000 (13:26 +0200)
subdivxget

index b985e27023e008588d1cab772781361d8d8cd7ff..59971140ba6957dd771a575455f6b51d50bc3d00 100755 (executable)
@@ -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: