diff -r af75fc1fe0fc -r 264d38e5b5ba steps.mk --- a/steps.mk Wed Sep 10 21:40:23 2008 +0000 +++ b/steps.mk Tue Oct 14 19:29:25 2008 +0000 @@ -38,6 +38,6 @@ @for step in $(CT_STEPS); do \ echo " - $${step}"; \ done - @echo 'Use "$(CT_NG) " to execute only that step.' - @echo 'Use "$(CT_NG) +" to execute up to that step.' - @echo 'Use "$(CT_NG) +" to execute from that step onward.' + @echo 'Use "" as action to execute only that step.' + @echo 'Use "+" as action to execute up to that step.' + @echo 'Use "+" as action to execute from that step onward.'