From 34e3234b321163e1e824a4644f66fc4ea48c9641 Mon Sep 17 00:00:00 2001 From: dbeley <6568955+dbeley@users.noreply.github.com> Date: Sat, 15 Feb 2020 00:05:32 +0100 Subject: [PATCH] Update documentation. --- README.md | 6 +++--- rid | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c71397e..e8a95ae 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requirements Usage ===== ``` -Usage: rid 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day] -Examples: rid starterpacks new 10 - rid funny top 50 month +Usage: rid SUBREDDIT [hot|new|rising|top|controversial] [number] [all|year|month|week|day] +Examples: rid starterpacks new 10 + rid funny top 50 month ``` diff --git a/rid b/rid index 1b962c4..fc1480b 100755 --- a/rid +++ b/rid @@ -5,7 +5,7 @@ timeout=60 usage() { printf "%s" "\ -Usage: rid 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day] +Usage: rid SUBREDDIT [hot|new|rising|top|controversial] [number] [all|year|month|week|day] Examples: rid starterpacks new 10 rid funny top 50 month "; exit 0;