Revise service list help info

Change-Id: Ie58f4e942da7a83b99072ca964f1ed2d54e39872
This commit is contained in:
jonnary 2017-07-19 22:19:30 +08:00
parent 9fc4b6f55b
commit 7f05b87af8
1 changed files with 1 additions and 1 deletions

View File

@ -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")