diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-07-20 12:08:54 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-07-20 12:08:54 +0000 |
commit | f770fdd364cab306f7d16a6af088e54b1bd56301 (patch) | |
tree | 16c7600688a5bf8f8552bcd32133f9c2a7264306 /usr.sbin | |
parent | 8c9c25997662576d5f16fc15fd1009a7105e0ae4 (diff) |
Also add missing -V to usage
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.c | 4 |
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); } |