Cleaned up terms in command error messages.
The messages now consistently use "task"; the use of "todo" is deprecated.
This commit is contained in:
@@ -108,7 +108,7 @@ usage: todo.sh append ITEM# "TEXT TO APPEND"
|
||||
TODO: 5 of 5 tasks shown
|
||||
|
||||
>>> todo.sh append 10 "hej!"
|
||||
10: No such todo.
|
||||
10: No such task.
|
||||
=== 1
|
||||
|
||||
>>> todo.sh -p list
|
||||
@@ -121,7 +121,7 @@ TODO: 5 of 5 tasks shown
|
||||
TODO: 5 of 5 tasks shown
|
||||
|
||||
>>> todo.sh do 10
|
||||
10: No such todo.
|
||||
10: No such task.
|
||||
=== 1
|
||||
|
||||
>>> todo.sh -p list
|
||||
|
||||
Reference in New Issue
Block a user