summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/main.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-18 21:04:14 +0000
committerjmc <jmc@openbsd.org>2007-02-18 21:04:14 +0000
commit86066bc76f785ccf7ab36a6f385c9b2a19277aa3 (patch)
tree0f1ca997dffa114a9ed140b0c1f55310347d5cae /usr.sbin/mrouted/main.c
parentunneeded .Op; from Igor Sobrado (diff)
downloadwireguard-openbsd-86066bc76f785ccf7ab36a6f385c9b2a19277aa3.tar.xz
wireguard-openbsd-86066bc76f785ccf7ab36a6f385c9b2a19277aa3.zip
tidy up synopsis and usage; from Igor Sobrado
Diffstat (limited to 'usr.sbin/mrouted/main.c')
-rw-r--r--usr.sbin/mrouted/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index 6ef7654852a..70cdc3679f4 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -26,7 +26,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: main.c,v 1.16 2005/06/16 19:41:23 robert Exp $";
+ "@(#) $Id: main.c,v 1.17 2007/02/18 21:04:14 jmc Exp $";
#endif
extern char *configfilename;
@@ -123,7 +123,7 @@ main(int argc, char *argv[])
if (argc > 0) {
usage: fprintf(stderr,
- "usage: mrouted [-p] [-c configfile] [-d [debug_level]]\n");
+ "usage: mrouted [-p] [-c config_file] [-d [debug_level]]\n");
exit(1);
}