aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKristian Amlie <kristian.amlie@mender.io>2017-04-26 15:00:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-28 11:26:05 +0100
commit29a209822488ab687abdb1ceffdd9c7af5b3db68 (patch)
tree11ab5d6675a589e51e15e15d9ecd2a4da500e287 /scripts
parente01eb9b37ba5512d6fd9893c70b1f4d766fab2ac (diff)
downloadopenembedded-core-contrib-29a209822488ab687abdb1ceffdd9c7af5b3db68.tar.gz
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')
-rw-r--r--scripts/lib/wic/help.py2
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.