Include --verbose option in help
This commit is contained in:
parent
1d80da48a8
commit
f9c98402bc
|
@ -24,6 +24,8 @@ def outputHelp():
|
||||||
print(" Skip downloading podcast episodes")
|
print(" Skip downloading podcast episodes")
|
||||||
print("--no-gen, --skip-gen")
|
print("--no-gen, --skip-gen")
|
||||||
print(" Skip generating transcripts and translations of podcast episodes")
|
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("")
|
||||||
print("filter:")
|
print("filter:")
|
||||||
print(" If specified, only configured podcasts which match the filter will be processed")
|
print(" If specified, only configured podcasts which match the filter will be processed")
|
||||||
|
|
Loading…
Reference in a new issue