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-29 11:17:22 +0100 |
commit | e3e78df1b2d1f59ad14078b7bfed367fcaebee0b (patch) | |
tree | 509236bdaf379e534bbb131ade9997ddcbac32f1 /scripts | |
parent | 081e0a28f2ec4453b6f3e9a36ea1e45b80752672 (diff) | |
download | poky-e3e78df1b2d1f59ad14078b7bfed367fcaebee0b.tar.gz |
wic: Fix typo in help screen.
This was overlooked when f6a064d969f4149b was merged.
(From OE-Core rev: 29a209822488ab687abdb1ceffdd9c7af5b3db68)
Signed-off-by: Kristian Amlie <kristian.amlie@mender.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 | |||
721 | bootloaders. | 721 | bootloaders. |
722 | 722 | ||
723 | --exclude-path: This option is specific to wic. It excludes the given | 723 | --exclude-path: This option is specific to wic. It excludes the given |
724 | absolute path from the resulting image. If the path | 724 | relative path from the resulting image. If the path |
725 | ends with a slash, only the content of the directory | 725 | ends with a slash, only the content of the directory |
726 | is omitted, not the directory itself. This option only | 726 | is omitted, not the directory itself. This option only |
727 | has an effect with the rootfs source plugin. | 727 | has an effect with the rootfs source plugin. |