vty: fix documentation for 'swap-channels (disable|enable)'

Change-Id: Idca1a2beab07ef4df9ae5c55658cab80f7cc7565
This commit is contained in:
Vadim Yanitskiy
2020-10-30 01:27:21 +07:00
parent c7a750d428
commit 948b4e4096

View File

@@ -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);