Skip to content

Commit fbf9994

Browse files
committed
Fix binary name
1 parent 8224613 commit fbf9994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn resolve_file(filename: &str, dns_server: &str) {
6969
fn main() {
7070
let args: Vec<String> = env::args().collect();
7171
if args.len() < 2 {
72-
eprintln!("Use: ptr-resolver ./ips.txt");
72+
eprintln!("Use: dns-ptr-resolver ./ips.txt");
7373
process::exit(1);
7474
}
7575
resolve_file(&args[1], "1.1.1.1:53")

0 commit comments

Comments
 (0)