Cleaned up terms in command error messages.

The messages now consistently use "task"; the use of "todo" is deprecated.
This commit is contained in:
Ingo Karkat
2010-05-27 15:48:37 +02:00
parent 8bddb08196
commit 8ff3a7ce4a
5 changed files with 11 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ EOF
test_todo_session 'replace error' << EOF
>>> todo.sh replace 10 "hej!"
=== 1
10: No such todo.
10: No such task.
EOF
test_done

View File

@@ -41,7 +41,7 @@ EOF
test_todo_session 'append error' << EOF
>>> todo.sh append 10 "hej!"
=== 1
10: No such todo.
10: No such task.
EOF
test_done

View File

@@ -12,7 +12,7 @@ EOF
test_todo_session 'depriority nonexistant item' <<EOF
>>> todo.sh depri 42
42: No such todo.
42: No such task.
=== 1
EOF

View File

@@ -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