fix the man page - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 13d34f87f87305c3ee0e246e387316baeeea4e29 | |
parent 8db0276d909098a19c3e5c468ea24f773b81d6b4 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Thu, 19 Apr 2018 09:02:55 +0200 | |
fix the man page | |
Diffstat: | |
M agenda.1 | 11 ++++++----- | |
1 file changed, 6 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/agenda.1 b/agenda.1 | |
@@ -11,8 +11,8 @@ | |
. | |
.Sh SYNOPSIS | |
. | |
-.Nm Ic txt Op +- Ar offset Op Ar ics file... | |
-.Nm Ic tsv Op +- Ar offset Op Ar ics file... | |
+.Nm Ic txt Oo +- Oc Ns Ar offset Op Ar ics file... | |
+.Nm Ic tsv Oo +- Oc Ns Ar offset Op Ar ics file... | |
. | |
. | |
.Sh DESCRIPTION | |
@@ -20,16 +20,17 @@ | |
.Nm | |
displays iCalendar | |
.Pq ical, Pa .ics | |
-files created by. | |
+.Ar file | |
+or stdin if not specified in the format described by the command: | |
. | |
.Bl -tag -width indent | |
. | |
-.It Nm Ic txt Op +- Ar offset Op Ar ics file... | |
+.It Ic txt | |
Display the agenda(s) | |
.Ar file | |
as plain text sorted by date. | |
. | |
-.It Nm Ic tsv Op +- Ar offset Op Ar ics file... | |
+.It Ic tsv | |
Display the agenda(s) | |
.Ar file | |
as a tab-separated values |