summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/wic13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic
index 2d3fd09d71..00eddfd7bc 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -226,6 +226,19 @@ def wic_list_subcommand(args, usage_str):
226 sys.exit(1) 226 sys.exit(1)
227 227
228 228
229def wic_help_topic_subcommand(args, usage_str):
230 """
231 Command-line handling for help-only 'subcommands'. This is
232 essentially a dummy command that doesn nothing but allow users to
233 use the existing subcommand infrastructure to display help on a
234 particular topic not attached to any particular subcommand.
235 """
236 pass
237
238
239wic_help_topic_usage = """
240"""
241
229subcommands = { 242subcommands = {
230 "create": [wic_create_subcommand, 243 "create": [wic_create_subcommand,
231 wic_create_usage, 244 wic_create_usage,