mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 11:16:48 +01:00
Fix CLI -f option help for text vs txt.
This commit is contained in:
parent
273ca6bcd7
commit
33c33b602f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def main(argv=None,
|
|||
if not parser:
|
||||
parser = OptionParser('usage: %prog [options] [STORYURL]...')
|
||||
parser.add_option('-f', '--format', dest='format', default='epub',
|
||||
help='write story as FORMAT, epub(default), mobi, text or html', metavar='FORMAT')
|
||||
help='write story as FORMAT, epub(default), mobi, txt or html', metavar='FORMAT')
|
||||
|
||||
if passed_defaultsini:
|
||||
config_help = 'read config from specified file(s) in addition to calibre plugin personal.ini, ~/.fanficfare/personal.ini, and ./personal.ini'
|
||||
|
|
|
|||
Loading…
Reference in a new issue