diff --git a/senlinclient/v1/service.py b/senlinclient/v1/service.py index 81398c6..2ba0cee 100644 --- a/senlinclient/v1/service.py +++ b/senlinclient/v1/service.py @@ -17,7 +17,7 @@ from osc_lib import utils class Service(command.ShowOne): - """Retrieve build information.""" + """Show a list of all running services.""" log = logging.getLogger(__name__ + ".Service")