diff options
Diffstat (limited to 'usr.sbin/ldapctl/ldapctl.c')
| -rw-r--r-- | usr.sbin/ldapctl/ldapctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ldapctl/ldapctl.c b/usr.sbin/ldapctl/ldapctl.c index fcbbc3dac10..98d072a5ce0 100644 --- a/usr.sbin/ldapctl/ldapctl.c +++ b/usr.sbin/ldapctl/ldapctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldapctl.c,v 1.2 2010/06/23 13:31:30 martinh Exp $ */ +/* $OpenBSD: ldapctl.c,v 1.3 2010/06/23 16:22:29 jmc Exp $ */ /* * Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> @@ -66,7 +66,8 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-s socket] command [arg ...]\n", + fprintf(stderr, + "usage: %s [-v] [-f file] [-s socket] command [argument ...]\n", __progname); exit(1); } |
