Fix description.
This commit is contained in:
parent
be5da7c04b
commit
bed69ee2d7
1 changed files with 1 additions and 1 deletions
2
dosage
2
dosage
|
@ -62,7 +62,7 @@ def setupOptions():
|
||||||
@rtype argparse.ArgumentParser
|
@rtype argparse.ArgumentParser
|
||||||
"""
|
"""
|
||||||
kwargs = dict(
|
kwargs = dict(
|
||||||
description = "A commandline comic downloader and archiver.",
|
description = "A comic downloader and archiver.",
|
||||||
epilog = Examples,
|
epilog = Examples,
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue