summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index 08214066235..8386f0b4cc2 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.269 2021/06/16 16:24:11 job Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.270 2021/07/20 12:08:53 claudio Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -70,7 +70,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-jn] [-s socket] command [argument ...]\n",
+ fprintf(stderr, "usage: %s [-jnV] [-s socket] command [argument ...]\n",
__progname);
exit(1);
}