diff options
author | Kristian Amlie <kristian.amlie@mender.io> | 2017-04-26 15:00:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-28 11:26:05 +0100 |
commit | 29a209822488ab687abdb1ceffdd9c7af5b3db68 (patch) | |
tree | 11ab5d6675a589e51e15e15d9ecd2a4da500e287 /scripts/lib/wic/help.py | |
parent | e01eb9b37ba5512d6fd9893c70b1f4d766fab2ac (diff) | |
download | openembedded-core-29a209822488ab687abdb1ceffdd9c7af5b3db68.tar.gz openembedded-core-29a209822488ab687abdb1ceffdd9c7af5b3db68.tar.bz2 openembedded-core-29a209822488ab687abdb1ceffdd9c7af5b3db68.zip |
wic: Fix typo in help screen.
This was overlooked when f6a064d969f4149b was merged.
Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index aee2451a72..d6e027d253 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. |