From 136137ec1c124aee89d2120abded60a5cf0562b0 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 11 Jul 2014 15:51:27 -0500 Subject: wic: Add kickstart reference to help system Add a 'wic kickstart' help section to make it easy for users to access the kickstart reference without having to go to an external website. Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/wic | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 5453750703..15cc9b31ef 100755 --- a/scripts/wic +++ b/scripts/wic @@ -240,18 +240,21 @@ wic_help_topic_usage = """ """ subcommands = { - "create": [wic_create_subcommand, - wic_create_usage, - wic_create_help], - "list": [wic_list_subcommand, - wic_list_usage, - wic_list_help], - "plugins": [wic_help_topic_subcommand, - wic_help_topic_usage, - wic_plugins_help], - "overview": [wic_help_topic_subcommand, - wic_help_topic_usage, - wic_overview_help], + "create": [wic_create_subcommand, + wic_create_usage, + wic_create_help], + "list": [wic_list_subcommand, + wic_list_usage, + wic_list_help], + "plugins": [wic_help_topic_subcommand, + wic_help_topic_usage, + wic_plugins_help], + "overview": [wic_help_topic_subcommand, + wic_help_topic_usage, + wic_overview_help], + "kickstart": [wic_help_topic_subcommand, + wic_help_topic_usage, + wic_kickstart_help], } -- cgit v1.2.3