summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2023-01-08 04:57:43 +0100
committerGitHub <noreply@github.com>2023-01-08 04:57:43 +0100
commitcc6cf29765e32d42413e21a28d9326bf1e849467 (patch)
treedd49e0a1f67a68007dea013524fd21ca36a0b907
parent0ce7367b63665682bfe199696a9c69731479c31b (diff)
parent204e8e8c42e3b1e1964bcf68c28e207cf915e4c0 (diff)
downloadcalendar-cli-cc6cf29765e32d42413e21a28d9326bf1e849467.zip
Merge pull request #99 from fauxmight/cleanup-USER_GUIDE
Minor cleanups to USER_GUIDE.md
-rw-r--r--USER_GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/USER_GUIDE.md b/USER_GUIDE.md
index faa9eaa..b9dfd93 100644
--- a/USER_GUIDE.md
+++ b/USER_GUIDE.md
@@ -62,7 +62,7 @@ private-calendar:
caldav_pass: hunter2
calendar_name: goodgames
sinuous-deeds:
- inheritate private-calendar
+ inherits: private-calendar
calendar_name: badgames
work:
contains: [ 'work-calendar', 'work-appointments' ]
@@ -89,7 +89,7 @@ kal add journal --journal-options "Resume from the new years party" 2022-12-31 "
Most often, no options should be given to the command `add` - with the exception if one wants to add things to multiple calendars in one command.
-Most of the options given after the subcommand is for populating object properties like location, categories, geo, class, etc.
+Most of the options given after the subcommand are for populating object properties like location, categories, geo, class, etc.
## Selecting things from the calendar
@@ -109,7 +109,7 @@ Some calendar server implementations require `--todo` or `--event` to always be
Events can either be output as ics, or through a template.
-The templating engine is built on top of the python `string.format()`. To learn the basics of `string.format()`, w3schools have some nice interactive thing on the web, https://www.w3schools.com/python/ref_string_format.asp
+The templating engine is built on top of the python `string.format()`. To learn the basics of `string.format()`, w3schools has some nice interactive thing on the web, https://www.w3schools.com/python/ref_string_format.asp
Text fields can be accessed directly i.e. like this: