From 83fdc787f4b7a747348ad87ff45785f4a2d31a76 Mon Sep 17 00:00:00 2001 From: benno Date: Sun, 9 Sep 2018 12:53:41 +0000 Subject: [PATCH] sync header line with whats actually in the output. ok claudio@ --- usr.sbin/bgpctl/bgpctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index 2ef074af7f1..c4a2ddee600 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -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 @@ -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 -- 2.20.1