aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/examples/dnsreverse.c
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 18:15:23 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 18:15:23 +0200
commit6c7a39b02b089a95f913e59c073d95f42d7e5b2a (patch)
treef6bc1b83ea84bb3cfe0d50f6e6c7f2d18d158d3e /libglouglou/examples/dnsreverse.c
parentconvert to tabs, and fix some indent manualy (diff)
downloadglouglou-6c7a39b02b089a95f913e59c073d95f42d7e5b2a.tar.xz
glouglou-6c7a39b02b089a95f913e59c073d95f42d7e5b2a.zip
libglouglou: dnsreverse typo
Diffstat (limited to '')
-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);