Skip to content

Commit

Permalink
update to readme for natural language dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
parezcoydigo committed Sep 30, 2011
1 parent 3984356 commit 2c6f029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ optional arguments:

`-n [ListName "Task" YYYY-MM-DD]`

* Adds new task. Pass the name of the task list and the new task as arguments in double quotes. For example: `tasks -n Main "Add this task to the Main list."`
* Adds new task. Pass the name of the task list and the new task as arguments in double quotes. For example: `tasks -n Main "My new task for the Main list."` There are several options for due dates when adding a new task. A due date can be omitted. To specify a specific date, add with iso format YYYY-MM-DD. For tasks with close due dates, you can enter `today`, `tomorrow`, `nextWeek`, or `nextMonth`, which will be converted to iso format dates. Or, for tasks due in the next week, the weekday name can be entered as `mon` or `monday` or `Monday`. Weekday designations are also converted to iso format dates.

`-c`

Expand Down

0 comments on commit 2c6f029

Please sign in to comment.