From a3dbe46dd28a6fd9e6c21f6bbb6a12578df9dff3 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 7 Jul 2014 16:05:44 -0500 Subject: wic: Add general 'plugins' help topic Add a category for help topics with an initial help topic discussing source plugins. Signed-off-by: Tom Zanussi Signed-off-by: Saul Wold --- scripts/wic | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 00eddfd7bc..ac3ed160d9 100755 --- a/scripts/wic +++ b/scripts/wic @@ -240,12 +240,15 @@ 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], + "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], } -- cgit 1.2.3-korg