mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
M #-: Add -R short option for recursive operations (#2555)
(cherry picked from commit 19c6b7c5ef
)
This commit is contained in:
parent
33af6695ce
commit
820948be4c
@ -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