From 1174cd7fcd5693eea26c42f299cb2d6168a7c08a Mon Sep 17 00:00:00 2001 From: garret Date: Wed, 12 Jul 2023 18:25:16 +0100 Subject: update argparse help --- walker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/walker.py b/walker.py index 26cd08a..2573725 100644 --- a/walker.py +++ b/walker.py @@ -10,8 +10,8 @@ import urllib.parse from binascii import unhexlify parser = argparse.ArgumentParser() -parser.add_argument('cid', help='content id, &cid={...}. see url when reading a chapter') -parser.add_argument('-v', '--verbose', help='no progressive download logs on terminal', action="store_true") +parser.add_argument('cid', help='content id, chapter URL, or series URL') +parser.add_argument('-v', '--verbose', help='log more', action="store_true") args = parser.parse_args() logging.basicConfig(format='[%(levelname)s] %(asctime)s: %(message)s', datefmt='%Y-%m-%d %H:%M:%S', level=logging.INFO) -- cgit v1.2.3-70-g09d2