diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index 74d9a3e5b..74f18625c 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -2785,7 +2785,7 @@ def do_failover_host(cs, args): @utils.service_type('volumev3') @api_versions.wraps("3.0") def do_api_version(cs, args): - """Display the API version information.""" + """Display the server API version information.""" columns = ['ID', 'Status', 'Version', 'Min_version'] response = cs.services.server_api_version() utils.print_list(response, columns)