changed main docstring

This commit is contained in:
Fredrick W. Warren 2024-12-29 10:41:28 -07:00
parent 2ecb916a2f
commit 944d34e3a5

View File

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