From e83d2626d30440cab93707a01529ba7d677a6e12 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Wed, 11 Jul 2018 23:24:15 +0300 Subject: [PATCH] Added clarifcation to log mode --- script.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script.py b/script.py index e2f2683..e91ccf0 100644 --- a/script.py +++ b/script.py @@ -84,7 +84,9 @@ def parseArguments(arguments=[]): help="Gets upvoted posts of --user") parser.add_argument("--log", - help="Triggers log read mode and takes a log file", + help="Takes a log file which created by itself " \ + "(json files), reads posts and tries downloadin" \ + "g them again.", # type=argparse.FileType('r'), metavar="LOG FILE")