Skip to content

Commit fc3cb7b

Browse files
Merge pull request #910 from PeterDaveHello/fix-help-msg-indent-in-update.sh
Fix help message indentation in update.sh
2 parents 1145316 + b5714d0 commit fc3cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function usage() {
1212
Examples:
1313
- update.sh # Update all images
1414
- update.sh -s # Update all images, skip updating Alpine and Yarn
15-
- update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
15+
- update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
1616
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
1717
- update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
1818
- update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn

0 commit comments

Comments
 (0)