Skip to content

Commit

Permalink
Also add missing -V to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Jul 20, 2021
1 parent ad2baa1 commit 3123221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr.sbin/bgpctl/bgpctl.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 3123221

Please sign in to comment.