diff --git a/src/cli/one_helper.rb b/src/cli/one_helper.rb index 5a148f1e90..52b9e04ce2 100644 --- a/src/cli/one_helper.rb +++ b/src/cli/one_helper.rb @@ -153,16 +153,16 @@ EOT }, { :name => 'disk', - :large => '--disk disk0,disk1', - :description => "Disks to attach. To use a disk owned by other\n"<< - " "*31<<"user use user[disk]", + :large => '--disk image0,image1', + :description => "Disks to attach. To use a network owned by"<< + " other user use user[disk]", :format => Array }, { - :name => 'network', - :large => '--network network0,network1', - :description => "Networks to attach. To use a network owned by\n"<< - " "*31<<"other user use user[network]", + :name => 'nic', + :large => '--nic network0,network1', + :description => "Networks to attach. To use a network owned by"<< + " other user use user[network]", :format => Array }, {