From 66e7c0db5e0cd45aa496107a34117a467fe1186d Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sat, 27 Nov 2010 23:17:41 -0800 Subject: [PATCH] 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. --- all.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.do b/all.do index 0335a31..74e930d 100644 --- a/all.do +++ b/all.do @@ -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