summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r--scripts/lib/image/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 93211498d5..886437ba60 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -53,7 +53,7 @@ def wic_help(args, usage_str, subcommands):
53 Subcommand help dispatcher. 53 Subcommand help dispatcher.
54 """ 54 """
55 if len(args) == 1 or not display_help(args[1], subcommands): 55 if len(args) == 1 or not display_help(args[1], subcommands):
56 print(usage_str) 56 print usage_str
57 57
58 58
59def get_wic_plugins_help(): 59def get_wic_plugins_help():