From c20f5c2c788db820cae58aff5a1f284a791b24b4 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 26 Sep 2008 19:26:25 +0000 Subject: add [-s socket] to usage(); --- usr.sbin/snmpctl/snmpctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/snmpctl') diff --git a/usr.sbin/snmpctl/snmpctl.c b/usr.sbin/snmpctl/snmpctl.c index 89210679866..d78f1ed1667 100644 --- a/usr.sbin/snmpctl/snmpctl.c +++ b/usr.sbin/snmpctl/snmpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpctl.c,v 1.9 2008/09/26 15:19:55 reyk Exp $ */ +/* $OpenBSD: snmpctl.c,v 1.10 2008/09/26 19:26:24 jmc Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter @@ -74,7 +74,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-n] command [arg ...]\n", __progname); + fprintf(stderr, "usage: %s [-n] [-s socket] command [arg ...]\n", __progname); exit(1); } -- cgit v1.2.3