Skip to content

Commit a982532

Browse files
authored
Merge pull request #2430 from MikeMcC399/update-script-help
fix: correct update.sh script help
2 parents 354d571 + 1e89644 commit a982532

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

update.sh

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ function usage() {
1111
$0 [-s] [MAJOR_VERSION(S)] [VARIANT(S)]
1212
1313
Examples:
14-
- update.sh # Update all images
15-
- update.sh -s # Update all images, skip updating Alpine if the musl build isn't available
16-
- update.sh 8,10 # Update all variants of version 8 and 10
17-
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine if the musl build isn't available
18-
- update.sh 8 alpine # Update only alpine's variants for version 8
19-
- update.sh -s 8 bullseye # Update only bullseye variant for version 8, skip updating Alpine if the musl build isn't available
20-
- update.sh . alpine # Update the alpine variant for all versions
14+
- update.sh # Update all images
15+
- update.sh -s # Update all images, skip updating Alpine if the musl build is unavailable
16+
- update.sh 22,24 # Update all variants of version 22 and 24
17+
- update.sh -s 24 # Update all variants of version 24, except skip updating Alpine if the musl build is unavailable
18+
- update.sh 24 alpine3.22,alpine3.23 # Update only alpine3.22 & alpine3.23 variants for version 24
19+
- update.sh . trixie,trixie-slim # Update only trixie & trixie-slim Debian variants for all versions
2120
2221
OPTIONS:
23-
-s Security update; skip updating the Alpine versions.
22+
-s Security update; allows Debian updates even if musl build for Alpine is unavailable
2423
-h Show this message
2524
2625
EOF

0 commit comments

Comments
 (0)