commit dc666df7747f7aefdb2ee89a08e4cfc8fd303977
parent dacd73873cbecc76b4163ee780303c0e67475d16
Author: Carlosokumu <carlosokumu254@gmail.com>
Date: Tue, 19 Aug 2025 00:20:29 +0300
update README.md
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -67,4 +67,5 @@ Using the `edit` command, you can modify an existing ical file's fields.
|----------------------|----------------------|-----------------------------------------|
| `-i`, `--ical` | Path to ical file | `"/events/ical.ics"` |
-Note: When an iCalendar file contains multiple events, include the `-a` or `--all` flag to be prompted to select the specific event you want to edit.
-\ No newline at end of file
+
+Note: If the iCalendar file contains multiple events, use the `-a` or `--all` flag to be prompted to choose which event to edit. Without this flag, only the first event in the file will be modified. Field updates can be provided directly as command arguments, or you can update them interactively when prompted.