summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2017-01-23 19:26:48 +0100
committerTobias Brox <tobias@redpill-linpro.com>2017-01-23 19:26:48 +0100
commit224b0b35eabe3b8de5cd3cf568715c2ab7795894 (patch)
tree45ebe0f99930ebe6b54f130545fd844ad1132fcf /README.md
parent006057a5e1ed2949ae4626c3014971c12512cf50 (diff)
downloadcalendar-cli-224b0b35eabe3b8de5cd3cf568715c2ab7795894.zip
fixes #28 ref https://github.com/tobixen/calendar-cli/issues/28
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0534739..5142489 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Remember to `chmod og-r ~/.config/calendar.conf` or `chmod 0600 ~/.config/calend
Add a calendar item "testevent" at 2013-10-01:
- ./calendar-cli.py calendar --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ add 2013-10-01 testevent
+ ./calendar-cli.py calendar add --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ 2013-10-01 testevent
(assumes that `caldav-url`, `calldav-pass` and `caldav-user` has been added into configuration file. Those may also be added as command line options)