Displaying 1 result from an estimated 1 matches for "set_mode_u".
Did you mean:
set_mode_x
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
...ut tarball is gzip-compressed.
sub set_mode_x
{
- die __"virt-tar: extract/upload mode specified twice on the command line\n"
+ die __"virt-tar: extract/upload mode specified more than once on the command line\n"
if $mode;
$mode = "x";
}
sub set_mode_u
{
- die __"virt-tar: extract/upload mode specified twice on the command line\n"
+ die __"virt-tar: extract/upload mode specified more than once on the command line\n"
if $mode;
$mode = "u";
}
diff --git a/v2v/input_libvirt_vddk.ml b/v2v/input_libv...