Displaying 1 result from an estimated 1 matches for "set_mode_x".
Did you mean:
set_mode_u
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
...iven more than once")
else shrink := s
in
let sparse = ref true in
diff --git a/tools/virt-tar b/tools/virt-tar
index 2d5c8b0b7..57e6b2602 100755
--- a/tools/virt-tar
+++ b/tools/virt-tar
@@ -187,14 +187,14 @@ Specify that the input or output 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...