未验证 提交 a7e40da0 编写于 作者: 北京-小孩's avatar 北京-小孩 提交者: GitHub

Repair destroy description information (#23)

Co-authored-by: NRongfeng Fu <master@furongfeng.cn>
上级 69325a03
......@@ -395,8 +395,8 @@ class ClusterStopCommand(ClusterMirrorCommand):
class ClusterDestroyCommand(ClusterMirrorCommand):
def __init__(self):
super(ClusterDestroyCommand, self).__init__('destroy', 'Destroy a started cluster.')
self.parser.add_option('-f', '--force-kill', action='store_true', help="Force kill the running observer process in the working directory.")
super(ClusterDestroyCommand, self).__init__('destroy', 'Destroy a cluster had deployed')
self.parser.add_option('-f', '--force-kill', action='store_true', help="force kill when observer is running")
def _do_command(self, obd):
if self.cmds:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册