mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-22 08:13:19 +01:00
18 lines
390 B
Diff
18 lines
390 B
Diff
--- dnsenum.pl.old 2006-03-28 23:00:46.000000000 +0200
|
|
+++ dnsenum.pl 2006-03-28 23:01:07.000000000 +0200
|
|
@@ -20,7 +20,7 @@
|
|
#usage
|
|
|
|
if (@ARGV!=2){
|
|
- print "Usage: perl dnsenum.pl <DOMAINNAME> <dns.txt>\n\n";
|
|
+ print "Usage: dnsenum <DOMAINNAME> <dns.txt>\n\n";
|
|
exit 1;
|
|
}
|
|
|
|
@@ -182,4 +182,4 @@
|
|
$rr->print;
|
|
}
|
|
}
|
|
- }
|
|
\ No newline at end of file
|
|
+ }
|