aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/gg_sniff.c
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 16:28:13 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 16:28:13 +0100
commit8aaed78b8be64fd093b276eeffe645cceb48d951 (patch)
tree9a73dfa61a77a6bf7eabf77041549e6c56c0b017 /gg_sniff/gg_sniff.c
parentglougloud: fix usage() wrong option (diff)
downloadglouglou-8aaed78b8be64fd093b276eeffe645cceb48d951.tar.xz
glouglou-8aaed78b8be64fd093b276eeffe645cceb48d951.zip
gg_sniff: fix missing usage() \n
Diffstat (limited to 'gg_sniff/gg_sniff.c')
-rw-r--r--gg_sniff/gg_sniff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_sniff/gg_sniff.c b/gg_sniff/gg_sniff.c
index 656c38c..cd2d2c5 100644
--- a/gg_sniff/gg_sniff.c
+++ b/gg_sniff/gg_sniff.c
@@ -39,7 +39,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-hv] [-i interface] [ip [port]]", __progname);
+ fprintf(stderr, "usage: %s [-hv] [-i interface] [ip [port]]\n", __progname);
exit(1);
}