From b5714d0354ab6f27438bd60a763bbe4ea60f21ad Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 15 Nov 2018 19:18:33 +0800 Subject: [PATCH] Fix help message indentation in update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 0c267fea..5ed010a1 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ function usage() { Examples: - update.sh # Update all images - update.sh -s # Update all images, skip updating Alpine and Yarn - - update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.) + - update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.) - update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn - update.sh 8 slim,stretch # Update only slim and stretch variants for version 8 - update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn