From f9c98402bcd22a630e387f99bc45d7330b300495 Mon Sep 17 00:00:00 2001 From: Benno Lang Date: Thu, 23 Jan 2025 13:49:27 +1030 Subject: [PATCH] Include --verbose option in help --- lib/args.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/args.py b/lib/args.py index 332cdcf..9c25f52 100644 --- a/lib/args.py +++ b/lib/args.py @@ -24,6 +24,8 @@ def outputHelp(): print(" Skip downloading podcast episodes") print("--no-gen, --skip-gen") print(" Skip generating transcripts and translations of podcast episodes") + print("--verbose") + print(" Output a detailed report of actions as they are being taken") print("") print("filter:") print(" If specified, only configured podcasts which match the filter will be processed")