From 40e5dae8190cd76aa2fc2461adc217e802083b0f Mon Sep 17 00:00:00 2001 From: andig Date: Tue, 2 Jan 2018 19:17:07 +0100 Subject: [PATCH] Correct help text (#145) --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker.sh b/build-docker.sh index e39a3eb..e0a9b90 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -32,7 +32,7 @@ Usage: build-docker.sh [options] Optional environment arguments: ( = ) CONTAINER_NAME=pigen_work set a name for the build container - CONTINUE=0 continue from a previously started container + CONTINUE=1 continue from a previously started container EOF exit 1 fi