diff --git a/zunclient/v1/actions_shell.py b/zunclient/v1/actions_shell.py index 5afd9f5d..223c45b7 100644 --- a/zunclient/v1/actions_shell.py +++ b/zunclient/v1/actions_shell.py @@ -20,9 +20,9 @@ def _show_action(action): @utils.arg('container', metavar='', - help='ID or name of the container to attach network.') + help='ID or name of a container.') def do_action_list(cs, args): - """Print a list of available actions.""" + """Print a list of actions done on a container.""" container = args.container actions = cs.actions.list(container) columns = ('user_id', 'container_uuid', 'request_id', 'action',