summaryrefslogtreecommitdiff
path: root/NEW_CLI.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-10-20 20:09:17 +0200
committerTobias Brox <tobias@redpill-linpro.com>2022-10-20 20:09:17 +0200
commitfd49eeb99a0b50cd492e3eba69b974c18c892224 (patch)
treeaf5efdd00876f9d26bf8eca35ced0aec070859b6 /NEW_CLI.md
parent833d424b3eabe39f60c753784c8f1e27a07d3879 (diff)
downloadcalendar-cli-fd49eeb99a0b50cd492e3eba69b974c18c892224.zip
doc bugfix
Diffstat (limited to 'NEW_CLI.md')
-rw-r--r--NEW_CLI.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEW_CLI.md b/NEW_CLI.md
index 2a5834c..bf9b837 100644
--- a/NEW_CLI.md
+++ b/NEW_CLI.md
@@ -76,7 +76,7 @@ sum_hours will sum the duration of all objects. For tasks and events in the fut
The `pin` subcommand will "pin" one or more todo-items to some specific time on the calendar. Duration will be copied. The tasks will be serialized. If there are conflicting events in the same calendar, the tasks will be put after the conflicting events. No checks will be done to ensure that the tasks ends up within ordinary working hours, outside the night hours or before the due date. Or perhaps some sanity checks should be done ... it will be a lot of cleanup-work to be done if one accidentally forgets "-1" and adds some hundreds of items to the calendar ...
-```kal select --todo --categories=housework --smart-sort --limit=3 pin '2021-12-02 16:00'
+```kal select --todo --categories=housework --smart-sort --limit=3 pin '2021-12-02 16:00'```
### Time tracking