From 230cd6a7202a231a4c007bf0c278a70d335c1102 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 14 Dec 2010 13:28:43 +0100 Subject: [PATCH] bs11_config: fix help message about multi-drop (not 'port') --- openbsc/src/bs11_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/bs11_config.c b/openbsc/src/bs11_config.c index 740cea5b5..b43aca9cf 100644 --- a/openbsc/src/bs11_config.c +++ b/openbsc/src/bs11_config.c @@ -771,8 +771,8 @@ static void print_help(void) printf("\tpll-workvalue \tSet the PLL work value\n"); printf("\toml-tei\t\t\tSet OML E1 TS and TEI\n"); printf("\tbport0-star\t\tSet BPORT0 line config to star\n"); - printf("\tbport0-multiport\tSet BPORT0 line config to multiport\n"); - printf("\tbport1-multiport\tSet BPORT1 line config to multiport\n"); + printf("\tbport0-multidrop\tSet BPORT0 line config to multidrop\n"); + printf("\tbport1-multidrop\tSet BPORT1 line config to multidrop\n"); printf("\tcreate-bport1\t\tCreate BPORT1 object\n"); printf("\tdelete-bport1\t\tDelete BPORT1 object\n"); }