summaryrefslogtreecommitdiffstats
path: root/util/broadcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/broadcast.c')
-rw-r--r--util/broadcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/broadcast.c b/util/broadcast.c
index 1ccf4675..79e02799 100644
--- a/util/broadcast.c
+++ b/util/broadcast.c
@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
while ((i = getopt(argc, argv, "t:n:o:h")) != -1)
switch (i) {
case 'h':
- print_help();
+ print_help(argc, argv);
return 0;
break;
case 't':