mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
M #-: Add -R short option for recursive operations (#2555)
This commit is contained in:
parent
ddbaf61264
commit
19c6b7c5ef
@ -53,6 +53,7 @@ EOT
|
||||
|
||||
RECURSIVE={
|
||||
:name => "recursive",
|
||||
:short => "-R",
|
||||
:large => "--recursive",
|
||||
:description => "Applies the action to the template plus any "+
|
||||
"image defined in DISK"
|
||||
|
@ -78,7 +78,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
RECURSIVE = {
|
||||
:name => 'recursive',
|
||||
:short => '-r',
|
||||
:short => '-R',
|
||||
:large => '--recursive',
|
||||
:description => 'Clone the template recursively (templates and images)'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user