summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-11-30 00:12:22 +0100
committerTobias Brox <tobixen@gmail.com>2013-11-30 00:12:22 +0100
commitb61be55603eacb2c4f26b54eb0aa5c1071927b2d (patch)
tree365218fca8c3a7518aae005696c6e0c4c9eeb4a5 /README.md
parent5f3dbf712742ed1a9b9a8d765dbf667e4355feb4 (diff)
downloadcalendar-cli-b61be55603eacb2c4f26b54eb0aa5c1071927b2d.zip
simpler example in README, since calendar-url now is optional
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 e4fd545..d8325e7 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,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=tobias/calendar/ add 2013-10-01 testevent
+ ./calendar-cli.py calendar add 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)