diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 15 |
1 files changed, 9 insertions, 6 deletions
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 = """ | |||
| 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, | ||
| 250 | wic_help_topic_usage, | ||
| 251 | wic_plugins_help], | ||
| 249 | } | 252 | } |
| 250 | 253 | ||
| 251 | 254 | ||
