diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 27 |
1 files changed, 15 insertions, 12 deletions
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 = """ | |||
| 240 | """ | 240 | """ |
| 241 | 241 | ||
| 242 | subcommands = { | 242 | subcommands = { |
| 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, | 252 | "overview": [wic_help_topic_subcommand, |
| 253 | wic_help_topic_usage, | 253 | wic_help_topic_usage, |
| 254 | wic_overview_help], | 254 | wic_overview_help], |
| 255 | "kickstart": [wic_help_topic_subcommand, | ||
| 256 | wic_help_topic_usage, | ||
| 257 | wic_kickstart_help], | ||
| 255 | } | 258 | } |
| 256 | 259 | ||
| 257 | 260 | ||
