diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-07-29 07:52:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:21:13 +0100 |
commit | d4b350fcdedf29692673e09a0c1850cdbbe29739 (patch) | |
tree | 3e28954e92507a51559691afe525bdea716ce7cb /scripts/lib/image | |
parent | c04043e143932fe2ea38f87d2faa8beed007671b (diff) | |
download | openembedded-core-d4b350fcdedf29692673e09a0c1850cdbbe29739.tar.gz openembedded-core-d4b350fcdedf29692673e09a0c1850cdbbe29739.tar.bz2 openembedded-core-d4b350fcdedf29692673e09a0c1850cdbbe29739.zip |
wic: Various typo/grammar fixes to wic help text
This is a set of miscellaneous help text updates noticed while
transcribing wic help for the dev manual.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/lib/image')
-rw-r--r-- | scripts/lib/image/help.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index b833459aa0..6e8e037c50 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -443,8 +443,8 @@ DESCRIPTION artifacts, the result is an image or set of images that can be directly written onto media and used on a particular system. - The 'wic' command and the infrastructure it's based is by - definition incomplete - it's designed to allow the generation of + The 'wic' command and the infrastructure it's based on is by + definition incomplete - its purpose is to allow the generation of customized images, and as such was designed to be completely extensible via a plugin interface (see 'wic help plugins'). @@ -705,7 +705,7 @@ DESCRIPTION wic command-line option (or the equivalent rootfs derived from the '-e' command-line option). Exactly what those contents and filesystem type end - up being are depend on the given plugin + up being are dependent on the given plugin implementation. --ondisk or --ondrive: Forces the partition to be created on |