From ff9bc931a0e1e20e2553d9135702e291be41b0fc Mon Sep 17 00:00:00 2001 From: Ola Thoresen Date: Sun, 22 May 2022 16:21:52 +0200 Subject: [PATCH] Update readme for the new attendance script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.