summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/main.c')
-rw-r--r--usr.sbin/mrouted/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index 299fab4ef31..144fa558092 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -115,7 +115,7 @@ main(int argc, char *argv[])
}
argc -= optind;
argv += optind;
-
+
if (argc > 0) {
usage: fprintf(stderr,
"usage: mrouted [-p] [-c config_file] [-d [debug_level]]\n");