diff --git a/_cmd.py b/_cmd.py index 4642b7bd16f9d9fad841864aa68987136a1ec50c..f6d466b69717e16a58a120553ce88b0c7a5b303b 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: