diff --git a/main.py b/main.py index 6e843e4..c75a7b6 100755 --- a/main.py +++ b/main.py @@ -182,7 +182,7 @@ def process_months(months, monthly_events, year): @click.option('--year', "-y", type=int, default=date.today().year, help='Specify the year.') @click.argument('filename', default="calendar.csv", required=False) def main(debug, year, filename): - """create csv file""" + """Create a .csv file of church events for the year. Modify events.py to change events""" global DEBUG DEBUG = debug months = initalize_year(year)