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 <[email protected]> --- scripts/lib/image/help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index a7e7830..848aa9a 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. -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
