Displaying 1 result from an estimated 1 matches for "57e6b2602".
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
...quot;" then error (f_"--shrink option given twice")
+ else if !shrink <> "" then error (f_"--shrink option given 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 specifie...