diff --git a/README.md b/README.md index c1edb8c..ceffc98 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ In your terminal of choice, enter `python3 podd.py` followed by one of the follo | `dl` | Run download routine | | `email` | Run email credential storage routine. Password is stored in OS keyring.| | `ls` | Print list of subscriptions | -| `add [--all] [--file] $FEED` | Subscribe to podcast with an rss feed url. -|`--all` | If set, then all available episodes will be downloaded when `download` command is run.| +| `add [--catalog] [--file] $FEED` | Subscribe to podcast with an rss feed url. +|`--catalog` | If set, then all available episodes will be downloaded when `download` command is run.| |`--file`| If set, `$FEED` will be treated as a file with a single RSS feed URL per line and `podd` will attempt to add each line as a separate RSS feed URL.| | `rm` | Display the deletion menu | | `dir $DIR` | Set download directory. The default download directory is `$HOME/Podcasts` |