From 7f05b87af8e306d047d201d701b3fca30c60b410 Mon Sep 17 00:00:00 2001 From: jonnary Date: Wed, 19 Jul 2017 22:19:30 +0800 Subject: [PATCH] Revise service list help info Change-Id: Ie58f4e942da7a83b99072ca964f1ed2d54e39872 --- senlinclient/v1/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")