From 5aa212f990c3d9b90a4f06cea346b82fc5d376ba Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 22 Jul 2014 14:01:10 -0500 Subject: 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 Signed-off-by: Richard Purdie --- scripts/lib/image/help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 ' for more information on a specific command or help topic. -- cgit 1.2.3-korg