mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #2148: add documentation for --file in onevm disk/nic attach
This commit is contained in:
parent
4a1980a933
commit
e5114aac33
@ -553,7 +553,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
end
|
||||
|
||||
disk_attach_desc = <<-EOT.unindent
|
||||
Attaches a disk to a running VM
|
||||
Attaches a disk to a running VM. When using --file add only one
|
||||
DISK instance.
|
||||
|
||||
States: RUNNING
|
||||
EOT
|
||||
@ -609,7 +610,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
end
|
||||
|
||||
nic_attach_desc = <<-EOT.unindent
|
||||
Attaches a NIC to a running VM
|
||||
Attaches a NIC to a running VM. When using --file add only one
|
||||
NIC instance.
|
||||
|
||||
States: RUNNING
|
||||
EOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user