Fix description.

This commit is contained in:
Bastian Kleineidam 2013-03-27 19:59:24 +01:00
parent be5da7c04b
commit bed69ee2d7

2
dosage
View file

@ -62,7 +62,7 @@ def setupOptions():
@rtype argparse.ArgumentParser
"""
kwargs = dict(
description = "A commandline comic downloader and archiver.",
description = "A comic downloader and archiver.",
epilog = Examples,
formatter_class=argparse.RawDescriptionHelpFormatter,
)