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:59:16 +0100 |
commit | aec05b6bf834169bcb7040e89ce63c47a6a393e9 (patch) | |
tree | eb4a820ba9329eeec096bc7f84eeb4f259f76072 /scripts/lib | |
parent | a0e7d58bc1ed4d7eab65c5f6d3123c91f1ce56b5 (diff) | |
download | poky-aec05b6bf834169bcb7040e89ce63c47a6a393e9.tar.gz |
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.
(From OE-Core rev: 5aa212f990c3d9b90a4f06cea346b82fc5d376ba)
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 = """ | |||
90 | Help topics: | 90 | Help topics: |
91 | overview wic overview - General overview of wic | 91 | overview wic overview - General overview of wic |
92 | plugins wic plugins - Overview and API | 92 | plugins wic plugins - Overview and API |
93 | kickstart wic kickstart - wic kickstart reference | ||
93 | 94 | ||
94 | See 'wic help <COMMAND or HELP TOPIC>' for more information on a specific | 95 | See 'wic help <COMMAND or HELP TOPIC>' for more information on a specific |
95 | command or help topic. | 96 | command or help topic. |