From c6467d90aa07b6ccf8d3a88b9c5f475d8bbd3f24 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Tue, 10 May 2011 12:07:50 +0200 Subject: [PATCH] Cosmetics: Add TODO: prefix to todo.txt do message on already done task. --- tests/t1500-do.sh | 2 +- todo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t1500-do.sh b/tests/t1500-do.sh index 545613b..8bae9b6 100755 --- a/tests/t1500-do.sh +++ b/tests/t1500-do.sh @@ -81,6 +81,6 @@ test_todo_session 'fail multiple do attempts' <>> todo.sh -a do 3 -3 is already marked done +TODO: 3 is already marked done. EOF test_done diff --git a/todo.sh b/todo.sh index 281c6a1..f10ff37 100755 --- a/todo.sh +++ b/todo.sh @@ -961,7 +961,7 @@ case $action in echo "TODO: $item marked as done." fi else - echo "$item is already marked done" + echo "TODO: $item is already marked done." fi done