From ceccd434b4187d0e9be59bb6ac6fb8fca5b2357a Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:46:36 +0200 Subject: [PATCH] dev 1.9.0.0 --- rpst/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpst/utils.py b/rpst/utils.py index affbda2..8e5bc94 100644 --- a/rpst/utils.py +++ b/rpst/utils.py @@ -34,8 +34,7 @@ def create_parser(): """ parser = argparse.ArgumentParser( description="RPST (Reddit Post Scraping Tool) —by Richard Mwewa | https://about.me/rly0nheart", - epilog="Given a subreddit name and a keyword, " - "RPST returns all top (by default) posts that contain the specified keyword.", + epilog="Retrieve Reddit posts that contain the specified keyword from a specified subreddit." ) parser.add_argument(