Update documentation.

This commit is contained in:
dbeley 2020-02-15 00:05:32 +01:00
parent 5f15d75197
commit 34e3234b32
2 changed files with 4 additions and 4 deletions

View File

@ -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
```

2
rid
View File

@ -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;