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;