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:
parent
8953260d28
commit
66e7c0db5e
1 changed files with 1 additions and 1 deletions
2
all.do
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue