From 6bb95d35fe6970d7c25479a2d280cb1c7a6e8529 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 17 Mar 2023 21:20:33 -0400 Subject: [PATCH 1/2] Update README.md changed --all to --catalog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1edb8c..37498fb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ 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. +| `add [--catalog] [--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.| |`--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 | From b9d3afcfe92f1e1cd6f80c7af7532376dea6bbb4 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 17 Mar 2023 21:27:13 -0400 Subject: [PATCH 2/2] Update README.md missed one --all --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37498fb..ceffc98 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ In your terminal of choice, enter `python3 podd.py` followed by one of the follo | `email` | Run email credential storage routine. Password is stored in OS keyring.| | `ls` | Print list of subscriptions | | `add [--catalog] [--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.| +|`--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` |