pull/588/head
Yinzuo Jiang 2024-01-05 18:31:35 +08:00 zatwierdzone przez GitHub
rodzic fb83c4ef98
commit 4582cd0a35
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -9,9 +9,9 @@ option::
view
----
Use the ``view`` subcommand for a human readable summary of an event::
To output a human readable summary of an event::
$ icalendar view myfile.ics
$ icalendar myfile.ics
The output will look something like this::
@ -31,6 +31,6 @@ To use this in terminal based e-mail clients like mutt, add a new mime type (as
root)::
# cat << EOF > /usr/lib/mime/packages/icalendar
text/calendar; icalendar view '%s'; copiousoutput; description=iCalendar text; priority=2
text/calendar; icalendar '%s'; copiousoutput; description=iCalendar text; priority=2
EOF
# update-mime