From 8ec9acb55dadb14cf82ad98f1526e99daf535625 Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Tue, 22 Oct 2019 13:27:05 +0800 Subject: wic/help: change 'wic write' help description update the help desciption for 'wic write' command to match behaviour. see commit: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/scripts/wic?id=74b44e59be89c738f702948f9e16e367c0ba43ba (From OE-Core rev: 521942bde1d49d987c85bf071275e8e7150d012a) Signed-off-by: Chee Yang Lee Signed-off-by: Richard Purdie --- scripts/lib/wic/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 SYNOPSIS wic write wic write --expand auto - wic write --expand 1:100M-2:300M + wic write --expand 1:100M,2:300M wic write --native-sysroot DESCRIPTION @@ -489,7 +489,7 @@ DESCRIPTION The --expand option is used to resize image partitions. --expand auto expands partitions to occupy all free space available on the target device. It's also possible to specify expansion rules in a format - :[-:...] for one or more partitions. + :[,:...] for one or more partitions. Specifying size 0 will keep partition unmodified. Note: Resizing boot partition can result in non-bootable image for non-EFI images. It is recommended to use size 0 for boot partition to keep image bootable. -- cgit v1.2.3-54-g00ecf