From: Kristian Amlie Date: Wed, 26 Apr 2017 13:00:16 +0000 (+0200) Subject: wic: Fix typo in help screen. X-Git-Tag: yocto-4.0~17110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29a209822488ab687abdb1ceffdd9c7af5b3db68;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: Fix typo in help screen. This was overlooked when f6a064d969f4149b was merged. Signed-off-by: Kristian Amlie Signed-off-by: Ross Burton --- diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index aee2451a724..d6e027d2536 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -721,7 +721,7 @@ DESCRIPTION bootloaders. --exclude-path: This option is specific to wic. It excludes the given - absolute path from the resulting image. If the path + relative path from the resulting image. If the path ends with a slash, only the content of the directory is omitted, not the directory itself. This option only has an effect with the rootfs source plugin.