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>
This commit is contained in:
Lawrence D'Anna 2015-03-11 03:09:13 -07:00
parent 41722f59d9
commit 46ea303e97

View File

@ -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.