Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Ammons committed Jul 10, 2020
1 parent e9d818d commit 2cba983
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
Filtering by date:
------------------
ultralist list due:(tod|today|tom|tomorrow|overdue|thisweek|nextweek|lastweek|mon|tue|wed|thu|fri|sat|sun|none)
ultralist list due:(tod|today|tom|tomorrow|agenda|overdue|thisweek|nextweek|lastweek|mon|tue|wed|thu|fri|sat|sun|none)
List all todos due today:
ultralist list due:tod
Expand All @@ -30,6 +30,9 @@ Filtering by date:
Lists all overdue todos:
ultralist list due:overdue
Lists all todos whose due date is today or earlier:
ultralist list due:agenda
Filtering by priority, completed, etc:
--------------------------------------
Expand All @@ -55,7 +58,7 @@ Grouping:
ultralist list group:c
Lists all todos grouped by project:
ultralist list by group:p
ultralist list group:p
Combining filters:
-----------------------
Expand Down

0 comments on commit 2cba983

Please sign in to comment.