summaryrefslogtreecommitdiff
path: root/sbin/iked/iked.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-11-29 13:20:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-11-29 13:20:25 +0000
commitfc00e664eb39e9bf1f13e97ca9d4fa38265844c8 (patch)
tree03be220143bb8364ada621b6c87b64635b31d1bf /sbin/iked/iked.c
parent8fc7d857f59cb02fee022ffc18e8003a63ff7595 (diff)
add -V to usage(), and list it before -v in both SYNOPSIS and the
options list;
Diffstat (limited to 'sbin/iked/iked.c')
-rw-r--r--sbin/iked/iked.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/iked.c b/sbin/iked/iked.c
index b08101533c5..621801cb65d 100644
--- a/sbin/iked/iked.c
+++ b/sbin/iked/iked.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iked.c,v 1.60 2021/11/29 12:27:18 tobhe Exp $ */
+/* $OpenBSD: iked.c,v 1.61 2021/11/29 13:20:24 jmc Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -58,7 +58,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-dnSTtv] [-D macro=value] "
+ fprintf(stderr, "usage: %s [-dnSTtVv] [-D macro=value] "
"[-f file] [-p udpencap_port] [-s socket]\n", __progname);
exit(1);
}