Skip to content

Commit 1d9676c

Browse files
committed
Update README to new flag format
1 parent 2a7c01e commit 1d9676c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ scoop install bbkane/grabbit
3131
```bash
3232
# Grab from passed flags
3333
grabbit grab \
34-
--subreddit-destination . \
35-
--subreddit-limit 5 \
36-
--subreddit-name wallpapers \
37-
--subreddit-timeframe day
34+
--destination . \
35+
--subreddit-info wallpapers,day,5 \
36+
--subreddit-info earthporn,week,10
3837

3938
# Create/Edit config file
4039
grabbit config edit --editor /path/to/editor

0 commit comments

Comments
 (0)