From fb82ae2c2577a084dcc1f0270979e74498a36941 Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@irit.fr> Date: Wed, 21 Sep 2022 17:03:52 +0200 Subject: [PATCH] doc: add usage option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2126281..3fa29d1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Options: --csv-raw TEXT If set, raw (unfiltered) events are written as CSV to this file. --csv TEXT If set, filteret events are written as CSV to this file. --ics TEXT If set, filtered events are written as ICS to this file. + --csv-no-description If set, CSV outputs will not contain the description column. --help Show this message and exit. ``` -- GitLab