1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #2671: Added description in del_provider

This commit is contained in:
Tino Vazquez 2014-01-24 16:09:03 +01:00
parent 06c8bdfa6d
commit d17524e9d8

View File

@ -252,6 +252,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
del_provider_desc = <<-EOT.unindent
Deletes a resource provider (cluster of a zone) from the given group
clusterid can be set to ALL
EOT
command :del_provider, del_provider_desc, [:range, :groupid_list], :zoneid, :clusterid do