summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic21
1 files changed, 12 insertions, 9 deletions
diff --git a/scripts/wic b/scripts/wic
index ac3ed160d9..5453750703 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -240,15 +240,18 @@ wic_help_topic_usage = """
240""" 240"""
241 241
242subcommands = { 242subcommands = {
243 "create": [wic_create_subcommand, 243 "create": [wic_create_subcommand,
244 wic_create_usage, 244 wic_create_usage,
245 wic_create_help], 245 wic_create_help],
246 "list": [wic_list_subcommand, 246 "list": [wic_list_subcommand,
247 wic_list_usage, 247 wic_list_usage,
248 wic_list_help], 248 wic_list_help],
249 "plugins": [wic_help_topic_subcommand, 249 "plugins": [wic_help_topic_subcommand,
250 wic_help_topic_usage, 250 wic_help_topic_usage,
251 wic_plugins_help], 251 wic_plugins_help],
252 "overview": [wic_help_topic_subcommand,
253 wic_help_topic_usage,
254 wic_overview_help],
252} 255}
253 256
254 257