diff options
Diffstat (limited to 'scripts/lib/image/help.py')
-rw-r--r-- | scripts/lib/image/help.py | 2 |
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 | ||
59 | def get_wic_plugins_help(): | 59 | def get_wic_plugins_help(): |