summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-14 19:29:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-14 19:29:25 (GMT)
commit6a4dc6568b124a11c07c840565a01723a4598799 (patch)
tree37b7aa6d4c8cd07ab9b7ab95c3de957619dfcbb5 /steps.mk
parentc1aa36b0098931bf45e2c00041d6024154cc48d0 (diff)
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(-)
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/steps.mk b/steps.mk
index ea38caa..267ee93 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) <step>" to execute only that step.'
- @echo 'Use "$(CT_NG) +<step>" to execute up to that step.'
- @echo 'Use "$(CT_NG) <step>+" to execute from that step onward.'
+ @echo 'Use "<step>" as action to execute only that step.'
+ @echo 'Use "+<step>" as action to execute up to that step.'
+ @echo 'Use "<step>+" as action to execute from that step onward.'