Update documentation.
This commit is contained in:
parent
5f15d75197
commit
34e3234b32
|
@ -12,7 +12,7 @@ Requirements
|
|||
Usage
|
||||
=====
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
2
rid
2
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;
|
||||
|
|
Loading…
Reference in New Issue