Update
[virt-tools.git] / tools / virt-tools-get-key.pl
index 6885256..9691469 100755 (executable)
@@ -103,7 +103,7 @@ if ($version) {
     exit
 }
 
-die __"no domain name or UUID listed on the command line\n" unless @ARGV == 1;
+die __"no domain name listed on the command line\n" unless @ARGV == 1;
 
 my ($g, $conn, $dom);