summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLawrence D'Anna <larry@elder-gods.org>2015-03-11 10:09:13 (GMT)
committerLawrence D'Anna <larry@elder-gods.org>2015-04-08 03:23:01 (GMT)
commit46ea303e97d4b4a5eeec5f66b4adc01411b5a542 (patch)
treef4d3e4bb1f5797a08a45788c844ca061f88fdd70 /docs
parent41722f59d94a66dafef4e454d695aa81879fa0e3 (diff)
doc fix: It's RESTART not START
The documentation says to use the START environment variable to say what step to start at, but the code uses RESTART. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/ct-ng.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
index 044000f..65a0b0e 100644
--- a/docs/ct-ng.1.in
+++ b/docs/ct-ng.1.in
@@ -138,7 +138,7 @@ to canonicalise the machines' name (host, build and target machines).
."
.SH ENVIRONMENT
.TP
-.B STOP, START
+.B STOP, RESTART
Respectively stops and restarts the build just before this step. To restart a
step, a previous build should have run at least to that step, or further.