From 6aa5872d216ac38bba66fa04eea586c316b5969e Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 22 Dec 2019 23:33:05 -0700 Subject: clean readme --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 5ccc603..5948bd1 100644 --- a/Readme.md +++ b/Readme.md @@ -60,8 +60,8 @@ Yesterday 20:00 friend's party (bring gifts) ``` i wrote this program because when, useful as it is, can't handle recurrent -events in the way i'd hoped it would, and in the process also added a few other -options that seemed useful, like an output mode for use in scripts. +events in the way i'd hoped it would, and in the process have also added a few +other features that seemed useful, like an output mode for use in scripts. @@ -108,7 +108,7 @@ equivalent. ### script `every s` prints the upcoming events in an easily-parseable format, for use in -scripting. each line (by-default terminated in `\n`) represents one upcoming +scripting. each line (by-default separated with `\n`) represents one upcoming event, with fields (by default) delimited with `\t`. the fields are: @@ -130,10 +130,10 @@ BOOL := yes | true | on | no | false | off ENTRY := on DATE | on DATE , MESSAGE - | every INTERVAL from DATE - | every INTERVAL from DATE , MESSAGE - | every INTERVAL from DATE to DATE - | every INTERVAL from DATE to DATE , MESSAGE + | every INTERVAL from DATE + | every INTERVAL from DATE , MESSAGE + | every INTERVAL from DATE to DATE + | every INTERVAL from DATE to DATE , MESSAGE ``` -- cgit v1.2.3