mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #2911: -p does not need argument
This commit is contained in:
parent
9765db73e0
commit
7f6bf133ec
@ -902,7 +902,7 @@ opts = GetoptLong.new(
|
||||
[ '--threads', '-t', GetoptLong::OPTIONAL_ARGUMENT ],
|
||||
[ '--local', '-l', GetoptLong::REQUIRED_ARGUMENT ],
|
||||
[ '--shell', '-s', GetoptLong::REQUIRED_ARGUMENT ],
|
||||
[ '--parallel' '-p', GetoptLong::REQUIRED_ARGUMENT ]
|
||||
[ '--parallel' '-p', GetoptLong::NO_ARGUMENT ]
|
||||
)
|
||||
|
||||
hypervisor = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user