toplevel all.do: 'redo t' no longer works.

It's too bad, but it's actually more readable to force people to say
'redo t/all' if they really mean it.  So just fix the help message.
This commit is contained in:
Avery Pennarun 2010-11-27 23:17:41 -08:00
commit 66e7c0db5e

2
all.do
View file

@ -1,2 +1,2 @@
echo "Nothing to do. Try 'redo t' or 'redo test'" >&2 echo "Nothing to do. Try 'redo t/all' or 'redo test'" >&2