diff --git a/todo.sh b/todo.sh index 10416b5..21a679c 100755 --- a/todo.sh +++ b/todo.sh @@ -407,7 +407,7 @@ _list() { if [ $TODOTXT_VERBOSE == 1 ]; then NUMTASKS=$( echo -e "$command" | wc -l | sed 's/ .*//' ) echo "--" - echo "TODO: $NUMTASKS of $LINES tasks shown from $src" + echo "TODO: $NUMTASKS of $LINES tasks shown from $FILE" fi }