From 097bcae0acc24d65ccd5afb161955eb56b332785 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Mon, 2 Jul 2012 17:52:14 +0200 Subject: [PATCH] feature #1323: improve onehost flush description --- src/cli/onehost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/onehost b/src/cli/onehost index b54fc4109b..fd36a90d69 100755 --- a/src/cli/onehost +++ b/src/cli/onehost @@ -193,10 +193,10 @@ cmd=CommandParser::CmdParser.new(ARGV) do end flush_desc = <<-EOT.unindent - Reschedules the VMS so the host is freed. + Disables the host and reschedules all the running VMs in it. EOT - command :flush, top_desc, [:range,:hostid_list] do + command :flush, flush_desc, [:range,:hostid_list] do helper.perform_actions(args[0],options,"flush") do |host| host.flush end