summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 63d438e..fa73cd6 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -490,7 +490,7 @@ def do_stack_cancel_update(hc, args):
do_stack_list(hc)
-def do_list(hc):
+def do_list(hc, args):
'''DEPRECATED! Use stack-list instead.'''
logger.warning('DEPRECATED! Use stack-list instead.')
do_stack_list(hc)