diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-07-22 14:01:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:46:41 +0100 |
commit | 5aa212f990c3d9b90a4f06cea346b82fc5d376ba (patch) | |
tree | 6f7bc96a68a8a173b3e206df1e5c7973d79bdc7a /scripts/lib | |
parent | ab337705521d8734f12be612709e70a163111fe3 (diff) | |
download | openembedded-core-5aa212f990c3d9b90a4f06cea346b82fc5d376ba.tar.gz openembedded-core-5aa212f990c3d9b90a4f06cea346b82fc5d376ba.tar.bz2 openembedded-core-5aa212f990c3d9b90a4f06cea346b82fc5d376ba.zip |
wic: Add help entry for wic kickstart
Previous patches added help for 'wic kickstart' but forgot to add an
entry in the main help page showing its availability. Add an entry
for it.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/image/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index a7e7830a65..848aa9a27d 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -90,6 +90,7 @@ wic_usage = """ Help topics: overview wic overview - General overview of wic plugins wic plugins - Overview and API + kickstart wic kickstart - wic kickstart reference See 'wic help <COMMAND or HELP TOPIC>' for more information on a specific command or help topic. |