Merge pull request #910 from PeterDaveHello/fix-help-msg-indent-in-update.sh

Fix help message indentation in update.sh
This commit is contained in:
Peter Dave Hello 2018-11-16 03:18:13 +08:00 committed by GitHub
commit fc3cb7b217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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