mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #1318: Match CLI option names and syntax
(cherry picked from commit 89b13a0ec5ab993f06fe26e1669fd3c65a63ea93)
This commit is contained in:
parent
15ed6b772b
commit
d3834b128d
@ -51,7 +51,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
}
|
||||
|
||||
VMM = {
|
||||
:name => "vmm",
|
||||
:name => "vm",
|
||||
:short => "-v vmm_mad",
|
||||
:large => "--vm vmm_mad" ,
|
||||
:description => "Set the virtualization driver for the host",
|
||||
@ -59,7 +59,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
}
|
||||
|
||||
VNET = {
|
||||
:name => "vnm",
|
||||
:name => "net",
|
||||
:short => "-n vnet_mad",
|
||||
:large => "--net vnet_mad" ,
|
||||
:description => "Set the network driver for the host",
|
||||
|
@ -47,7 +47,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
list_options << OpenNebulaHelper::NUMERIC
|
||||
|
||||
READ_FILE={
|
||||
:name => "read_file",
|
||||
:name => "read-file",
|
||||
:short => "-r",
|
||||
:large => "--read-file",
|
||||
:description => "Read password from file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user