diff options
author | A Frederick Christensen <github@ivories.org> | 2023-01-07 21:10:13 -0600 |
---|---|---|
committer | A Frederick Christensen <github@ivories.org> | 2023-01-07 21:10:13 -0600 |
commit | 204e8e8c42e3b1e1964bcf68c28e207cf915e4c0 (patch) | |
tree | 03ebdc1b8c9db7eb4b898a060980abd4b464a562 | |
parent | 428c2c69491a23d0c98448e2869cbdfa2c4ad4ba (diff) | |
download | calendar-cli-204e8e8c42e3b1e1964bcf68c28e207cf915e4c0.zip |
Minor cleanups to USER_GUIDE.md
-rw-r--r-- | USER_GUIDE.md | 6 |
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: |