diff --git a/README.md b/README.md index 6eb5ee0..9385c67 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,5 @@ Generates an ics-file of upcoming events. ### groups.py Generates a json-file for each group you are a member of. -### attendance.py <start> <end> [--members] -Generates a csv-file for each event between `start` and `end` with attendance status of all organizers. The optional parameter `--members` also includes regular members that has been invited. +### attendance.py <-f from_date> <-t to_date> [-a] +Generates a csv-file for each event between `from_date` and `to_date` with attendance status of all organizers. The optional parameter `-a` also includes all members that has been invited.