1
0
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:
Ruben S. Montero 2014-09-29 10:17:32 +02:00
parent b971517954
commit 5947a30aab

View File

@ -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 = ''