summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'glanceclient/shell.py')
-rw-r--r--glanceclient/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index ca10359..3a32bfb 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py
@@ -166,6 +166,8 @@ class OpenStackImagesShell(object):
parser.add_argument('--os_image_api_version',
help=argparse.SUPPRESS)
+ parser.set_defaults(func=self.do_help)
+
if osprofiler_profiler:
parser.add_argument('--profile',
metavar='HMAC_KEY',