summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl/ldapctl.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-06-23 16:22:29 +0000
committerjmc <jmc@openbsd.org>2010-06-23 16:22:29 +0000
commitf8dba68e469b23bbfc6c884c811996c8c4791778 (patch)
tree7f89800bad1d7817eee6b23891cba82b651a10f9 /usr.sbin/ldapctl/ldapctl.c
parentAdd a ca export command for EAP mode where we only require the CA cert, (diff)
downloadwireguard-openbsd-f8dba68e469b23bbfc6c884c811996c8c4791778.tar.xz
wireguard-openbsd-f8dba68e469b23bbfc6c884c811996c8c4791778.zip
sort the options list, and add some new options to usage();
Diffstat (limited to 'usr.sbin/ldapctl/ldapctl.c')
-rw-r--r--usr.sbin/ldapctl/ldapctl.c5
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);
}