From a0db863a64d1530b15a18725d323e87776a8a52c Mon Sep 17 00:00:00 2001 From: Ashish Vijayaram Date: Mon, 17 Apr 2017 12:36:46 -0700 Subject: Add support for showing tasks due the previous week. This is useful for those who need a report of entries from last week. --- todo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo.go') diff --git a/todo.go b/todo.go index d4d3b60..f41410d 100644 --- a/todo.go +++ b/todo.go @@ -43,7 +43,7 @@ func usage() { blueBold.Println("\nListing todos") fmt.Println(" When listing todos, you can filter and group the output.\n") - fmt.Println(" todo l due (tod|today|tom|tomorrow|overdue|this week|next week|mon|tue|wed|thu|fri|sat|sun|none)") + fmt.Println(" todo l due (tod|today|tom|tomorrow|overdue|this week|next week|last week|mon|tue|wed|thu|fri|sat|sun|none)") fmt.Println(" todo l overdue") cyan.Println(" Filtering by date:\n") -- cgit v1.3