aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-30 01:27:21 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-30 04:17:39 +0700
commit948b4e4096ce11b83c5a680ea88c489480c66db3 (patch)
tree2db06713d50960fbc2228f3feceffaf751818f6e
parentc7a750d428cab8af1dadad5fab791220951c1b34 (diff)
vty: fix documentation for 'swap-channels (disable|enable)'
-rw-r--r--CommonLibs/trx_vty.c4
1 files changed, 3 insertions, 1 deletions
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);