aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglouglou/examples/dnsreverse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglouglou/examples/dnsreverse.c b/libglouglou/examples/dnsreverse.c
index e6504b0..99656ca 100644
--- a/libglouglou/examples/dnsreverse.c
+++ b/libglouglou/examples/dnsreverse.c
@@ -20,7 +20,7 @@ main(int argc, char *argv[])
struct timeval tv;
if (argc < 2) {
- printf("usage: dnsreverse <fqdn>\n");
+ printf("usage: dnsreverse <ip>\n");
exit(1);
}
inet_aton(argv[1], &ip);