From 4a8c2377f9fb4d60ed7eeb8d50aaf9a26492462a Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Sat, 21 Jul 2018 21:55:01 +0300 Subject: [PATCH] Updated --help page --- docs/COMMAND_LINE_ARGUMENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/COMMAND_LINE_ARGUMENTS.md b/docs/COMMAND_LINE_ARGUMENTS.md index cad4bdc..e816cfb 100644 --- a/docs/COMMAND_LINE_ARGUMENTS.md +++ b/docs/COMMAND_LINE_ARGUMENTS.md @@ -23,7 +23,8 @@ optional arguments: --saved Triggers saved mode --submitted Gets posts of --user --upvoted Gets upvoted posts of --user - --log LOG FILE Triggers log read mode and takes a log file + --log LOG FILE Takes a log file which created by itself (json files), + reads posts and tries downloading them again. --subreddit SUBREDDIT [SUBREDDIT ...] Triggers subreddit mode and takes subreddit's name without r/. use "frontpage" for frontpage @@ -39,6 +40,8 @@ optional arguments: all --NoDownload Just gets the posts and store them in a file for downloading later + --exclude {imgur,gfycat,direct,self} [{imgur,gfycat,direct,self} ...] + Do not download specified links ``` # Examples