whitespace trimming, and reindentation with tabs

This commit is contained in:
2018-10-17 19:21:11 +03:00
parent 1c4237aada
commit cd28617259

View File

@@ -56,6 +56,7 @@ def aeonview(argv):
default="daily", default="daily",
help="Video to process: daily, monthly or yearly [default: %default]", help="Video to process: daily, monthly or yearly [default: %default]",
type="string") type="string")
videoopts.add_option('--generate', videoopts.add_option('--generate',
help="Date to video. Format: YYYY-MM-DD. " help="Date to video. Format: YYYY-MM-DD. "
"Default is calculated yesterday, currently %default", "Default is calculated yesterday, currently %default",