From 6a4dc6568b124a11c07c840565a01723a4598799 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 14 Oct 2008 19:29:25 +0000 Subject: Eye-candy in the help entries. /trunk/ct-ng.comp | 2 1 1 0 +- /trunk/ct-ng.in | 6 3 3 0 +++--- /trunk/steps.mk | 6 3 3 0 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) --- steps.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'steps.mk') diff --git a/steps.mk b/steps.mk index ea38caaf..267ee93d 100644 --- a/steps.mk +++ b/steps.mk @@ -38,6 +38,6 @@ list-steps: @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.' -- cgit v1.2.3