summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/wic/help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 3a40fc0ea2..af7d0576e2 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -478,7 +478,7 @@ NAME
478SYNOPSIS 478SYNOPSIS
479 wic write <image> <target> 479 wic write <image> <target>
480 wic write <image> <target> --expand auto 480 wic write <image> <target> --expand auto
481 wic write <image> <target> --expand 1:100M-2:300M 481 wic write <image> <target> --expand 1:100M,2:300M
482 wic write <image> <target> --native-sysroot <path> 482 wic write <image> <target> --native-sysroot <path>
483 483
484DESCRIPTION 484DESCRIPTION
@@ -489,7 +489,7 @@ DESCRIPTION
489 The --expand option is used to resize image partitions. 489 The --expand option is used to resize image partitions.
490 --expand auto expands partitions to occupy all free space available on the target device. 490 --expand auto expands partitions to occupy all free space available on the target device.
491 It's also possible to specify expansion rules in a format 491 It's also possible to specify expansion rules in a format
492 <partition>:<size>[-<partition>:<size>...] for one or more partitions. 492 <partition>:<size>[,<partition>:<size>...] for one or more partitions.
493 Specifying size 0 will keep partition unmodified. 493 Specifying size 0 will keep partition unmodified.
494 Note: Resizing boot partition can result in non-bootable image for non-EFI images. It is 494 Note: Resizing boot partition can result in non-bootable image for non-EFI images. It is
495 recommended to use size 0 for boot partition to keep image bootable. 495 recommended to use size 0 for boot partition to keep image bootable.