Add controversial in readme.

This commit is contained in:
dbeley 2020-02-14 23:34:08 +01:00
parent ed5cbeb988
commit c275ed8def
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Requirements
Usage Usage
===== =====
``` ```
Usage: ./download-subreddit-images.sh 'subreddit_name' [hot|new|rising|top] [number] [all|year|month|week|day] Usage: ./download-subreddit-images.sh 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day]
Examples: ./download-subreddit-images.sh starterpacks new 10 Examples: ./download-subreddit-images.sh starterpacks new 10
./download-subreddit-images.sh funny top 50 month ./download-subreddit-images.sh funny top 50 month
``` ```