aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-04-20 12:06:05 +0200
committerHarald Welte <laforge@gnumonks.org>2016-04-22 14:50:29 +0200
commit36212f28501e36fed43edb579a9abd6b7adc0f27 (patch)
tree962fe7f7371c98db780b18a491737a929fd02e68 /openbsc
parent3a434f8e8c63b9340a8daf165c520caa52cba241 (diff)
Fix documentation for command parameters
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libbsc/bsc_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/bsc_vty.c b/openbsc/src/libbsc/bsc_vty.c
index 9634508e1..3a699c4ab 100644
--- a/openbsc/src/libbsc/bsc_vty.c
+++ b/openbsc/src/libbsc/bsc_vty.c
@@ -2797,7 +2797,8 @@ DEFUN(cfg_bts_si2quater_neigh_del, cfg_bts_si2quater_neigh_del_cmd,
"SI2quater Neighbor List\n"
"SI2quater Neighbor List\n"
"Delete from SI2quater manual neighbor list\n"
- "EARFCN of neighbor\n")
+ "EARFCN of neighbor\n"
+ "EARFCN\n")
{
struct gsm_bts *bts = vty->index;
struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;