sync header line with whats actually in the output.
authorbenno <benno@openbsd.org>
Sun, 9 Sep 2018 12:53:41 +0000 (12:53 +0000)
committerbenno <benno@openbsd.org>
Sun, 9 Sep 2018 12:53:41 +0000 (12:53 +0000)
ok claudio@

usr.sbin/bgpctl/bgpctl.c

index 2ef074a..c4a2dde 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bgpctl.c,v 1.214 2018/09/07 05:44:58 claudio Exp $ */
+/*     $OpenBSD: bgpctl.c,v 1.215 2018/09/09 12:53:41 benno Exp $ */
 
 /*
  * Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -965,7 +965,7 @@ void
 show_network_head(void)
 {
        printf("flags: S = Static\n");
-       printf("flags destination\n");
+       printf("flags prio destination          gateway\n");
 }
 
 void