From: claudio Date: Tue, 20 Jul 2021 12:08:53 +0000 (+0000) Subject: Also add missing -V to usage X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3123221b738eefd0b6c598b5fa5d72f245978ab8;p=openbsd Also add missing -V to usage --- 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 @@ -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); }