aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 02:22:58 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 02:22:58 +0200
commit28be443a3db40cd9303a0c573e6d027c2a39124a (patch)
treef3e9e4135325c7341b5dc5f0e45a1c5b068cce07 /glougloud
parentupdate email (diff)
downloadglouglou-28be443a3db40cd9303a0c573e6d027c2a39124a.tar.xz
glouglou-28be443a3db40cd9303a0c573e6d027c2a39124a.zip
glougloud: fix usage
Diffstat (limited to 'glougloud')
-rw-r--r--glougloud/glougloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glougloud/glougloud.c b/glougloud/glougloud.c
index 2a87492..f30379e 100644
--- a/glougloud/glougloud.c
+++ b/glougloud/glougloud.c
@@ -37,7 +37,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-hi]\n", __progname);
+ fprintf(stderr, "usage: %s [-hv]\n", __progname);
exit(1);
}