From 7eb6e5e4cd7776c35fe23d061818d24ddba2860a Mon Sep 17 00:00:00 2001
From: Adam Wujek <dev_public@wujek.eu>
Date: Fri, 1 Sep 2023 02:12:05 +0200
Subject: [PATCH] userspace/tools: update description in wr_mon

Signed-off-by: Adam Wujek <dev_public@wujek.eu>
---
 userspace/tools/wr_mon.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/userspace/tools/wr_mon.c b/userspace/tools/wr_mon.c
index 24988010e..3b89f3c77 100644
--- a/userspace/tools/wr_mon.c
+++ b/userspace/tools/wr_mon.c
@@ -809,7 +809,7 @@ void show_ports(int hal_alive, int ppsi_alive)
 		print_gm_info();
 
 		term_cprintf(C_CYAN, "----- HAL ----|---------------------------------- PPSI -----------------------------------------------------------\n");
-		term_cprintf(C_CYAN, " Iface | Freq |Inst|     Name     |   Config   | MAC of peer port  |    PTP/EXT/PDETECT States       | Pro | VLANs\n");
+		term_cprintf(C_CYAN, " Iface | Freq |Inst|     Name     |   Config   | MAC of peer port  |    PTP/EXT/PDETECT States       | PrC | VLANs\n");
 
 	}
 	if (mode & (SHOW_SLAVE_PORTS|SHOW_MASTER_PORTS)) {
@@ -1014,8 +1014,8 @@ void show_ports(int hal_alive, int ppsi_alive)
 	}
 	if (mode == SHOW_GUI) {
 		term_cprintf(C_BLUE, "Iface: +/- SFP in DB; "
-			     "Pro - Protocol mapping: V-Ethernet over VLAN, "
-			     "U-UDP, R-Ethernet\n");
+			     "PrC-Protocol config: V-Eth over VLAN, "
+			     "U-UDP, R-Ethernet; a-ext autoneg; Profile: W-WR, L-HA\n");
 	}
 }
 
-- 
GitLab