From a7e40da05c61b236377143cf94a1d355286e5161 Mon Sep 17 00:00:00 2001 From: coredumped <619421389@qq.com> Date: Tue, 10 Aug 2021 11:26:08 +0800 Subject: [PATCH] Repair destroy description information (#23) Co-authored-by: Rongfeng Fu --- _cmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_cmd.py b/_cmd.py index 4642b7b..f6d466b 100644 --- a/_cmd.py +++ b/_cmd.py @@ -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: -- GitLab