Fixing shell command 'service-disable' description

Fixes: bug #1166217
Change-Id: I0ba609750551540f9cd91492191b222961e99fb1
This commit is contained in:
Bartosz Górski 2013-04-08 07:04:11 -07:00 committed by Bartosz Górski
parent 69f9971da5
commit 1216a32a28
1 changed files with 1 additions and 1 deletions

View File

@ -2408,7 +2408,7 @@ def do_service_enable(cs, args):
@utils.arg('host', metavar='<hostname>', help='Name of host.')
@utils.arg('binary', metavar='<binary>', help='Service binary.')
def do_service_disable(cs, args):
"""Enable the service"""
"""Disable the service"""
result = cs.services.disable(args.host, args.binary)
utils.print_list([result], ['Host', 'Binary', 'Status'])