From 948b4e4096ce11b83c5a680ea88c489480c66db3 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 30 Oct 2020 01:27:21 +0700 Subject: vty: fix documentation for 'swap-channels (disable|enable)' Change-Id: Idca1a2beab07ef4df9ae5c55658cab80f7cc7565 --- CommonLibs/trx_vty.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c index fd6faed..f1852e9 100644 --- a/CommonLibs/trx_vty.c +++ b/CommonLibs/trx_vty.c @@ -246,7 +246,9 @@ DEFUN(cfg_rssi_offset, cfg_rssi_offset_cmd, DEFUN(cfg_swap_channels, cfg_swap_channels_cmd, "swap-channels (disable|enable)", - "Swap channels (default=disable)\n") + "Swap primary and secondary channels of the PHY (if any)\n" + "Do not swap primary and secondary channels (default)\n" + "Swap primary and secondary channels\n") { struct trx_ctx *trx = trx_from_vty(vty); -- cgit v1.2.3