Add default path and port to dialog.
[virt-p2v.git] / virt-p2v-unpack
index 71b1b8b..ad3b702 100755 (executable)
@@ -26,6 +26,8 @@ use strict;
 use Getopt::Long;
 use Pod::Usage;
 
+XXX This needs a rewrite
+
 my $outputdir = ".";
 my $force = 0;
 my $noninteractive = 0;