From a7848c3cd08a810f8ab7bba061cbcd09684f3c40 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Sat, 18 May 2019 21:52:36 +0800 Subject: [PATCH] fix bug --- nhentai/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py index 3696fb6..278e44a 100644 --- a/nhentai/cmdline.py +++ b/nhentai/cmdline.py @@ -71,7 +71,7 @@ def cmd_parser(): parser.add_option('--proxy', type='string', dest='proxy', action='store', default='', help='uses a proxy, for example: http://127.0.0.1:1080') parser.add_option('--file', '-f', type='string', dest='file', action='store', help='read gallery IDs from file.') - parser.add_option('--format', '-F', type='string', dest='name_format', action='store', + parser.add_option('--format', type='string', dest='name_format', action='store', help='format the saved folder name', default='[%i][%n]') # generate options