Implement the --vcpus option.
[import-to-ovirt.git] / import-to-ovirt.pl
index 5eca749..dffc2ab 100755 (executable)
@@ -195,6 +195,7 @@ GetOptions ("help|?" => \$help,
             "man" => \$man,
             "memory=i" => \$memory_mb,
             "name=s" => \$name,
+            "vcpus=i" => \$vcpus,
             "vmtype=s" => \$vmtype,
     )
     or die "$0: unknown command line option\n";