artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2baa1
)
Also add missing -V to usage
author
claudio
<claudio@openbsd.org>
Tue, 20 Jul 2021 12:08:53 +0000
(12:08 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 20 Jul 2021 12:08:53 +0000
(12:08 +0000)
usr.sbin/bgpctl/bgpctl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpctl/bgpctl.c
b/usr.sbin/bgpctl/bgpctl.c
index
0821406
..
8386f0b
100644
(file)
--- a/
usr.sbin/bgpctl/bgpctl.c
+++ b/
usr.sbin/bgpctl/bgpctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bgpctl.c,v 1.2
69 2021/06/16 16:24:11 job
Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.2
70 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 [-jn
V
] [-s socket] command [argument ...]\n",
__progname);
exit(1);
}