From 68e367453b4d73413cd2f4f4b5b23c5376682768 Mon Sep 17 00:00:00 2001 From: Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:03:24 -0500 Subject: [PATCH] readme: make --search info a bit more clear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84aa3d5..d95b4fdf 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ The following options are common between both the `archive` and `download` comma - This option will make the BDFR use the supplied user's saved posts list as a download source - This requires an authenticated Reddit instance, using the `--authenticate` flag, as well as `--user` set to `me` - `--search` - - This will apply the specified search term to specific lists when scraping submissions - - A search term can only be applied to subreddits and multireddits, supplied with the `- s` and `-m` flags respectively + - This will apply the input search term to specific lists when scraping submissions + - A search term can only be applied when using the `--subreddit` and `--multireddit` flags - `--submitted` - This will use a user's submissions as a source - A user must be specified with `--user`