Aligned "no such task" error message with verbose messages.

The message now also starts with "TODO:", like all other messages (except for the usage messages).
Before: 42: No such task.
After:  TODO: No task 42.
This commit is contained in:
Ingo Karkat
2010-07-15 13:48:24 +02:00
parent b383b1f0c5
commit 4d29e68e89
6 changed files with 13 additions and 13 deletions

View File

@@ -110,7 +110,7 @@ usage: todo.sh append ITEM# "TEXT TO APPEND"
TODO: 5 of 5 tasks shown
>>> todo.sh append 10 "hej!"
10: No such task.
TODO: No task 10.
=== 1
>>> todo.sh -p list
@@ -123,7 +123,7 @@ TODO: 5 of 5 tasks shown
TODO: 5 of 5 tasks shown
>>> todo.sh do 10
10: No such task.
TODO: No task 10.
=== 1
>>> todo.sh -p list