summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
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.'