aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-30 01:50:05 +0700
committerlaforge <laforge@osmocom.org>2020-11-02 09:27:14 +0000
commit5d6504c45ac015a5eb7903cc73fca92a412407e0 (patch)
tree66f583fc38af75450861b0423c287e0def0c368a /CommonLibs
parentc620ced36d68ecee16e8f3f1d08c8d326bd8d568 (diff)
vty: fix documentation for 'multi-arfcn (disable|enable)'
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/trx_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index 54db54b..adce897 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -203,7 +203,8 @@ DEFUN(cfg_clock_ref, cfg_clock_ref_cmd,
DEFUN(cfg_multi_arfcn, cfg_multi_arfcn_cmd,
"multi-arfcn (disable|enable)",
- "Enable multi-ARFCN transceiver (default=disable)\n")
+ "Multi-ARFCN transceiver mode (default=disable)\n"
+ "Enable multi-ARFCN mode\n" "Disable multi-ARFCN mode\n")
{
struct trx_ctx *trx = trx_from_vty(vty);