Include --verbose option in help

This commit is contained in:
Benno Lang 2025-01-23 13:49:27 +10:30
parent 1d80da48a8
commit f9c98402bc

View file

@ -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")