diff options
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ func routeInput(command string, input string) { case "ex", "expand": app.ExpandTodo(input) case "an", "n", "dn", "en": - app.ManipulateNotes(input) + app.HandleNotes(input) case "gc": app.GarbageCollect() case "p", "prioritize": |
