From 1f9228434ebad84c3dd875d801337c2365a7901e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 2 Jul 2020 11:19:15 +0200 Subject: e1_input_vty: Fix VTY help strings * HSL was never fully supported, not sure why it's in the help * E1D was neglected to add to the help string Change-Id: I4a5e503676618171e59550774892816b61adecae --- src/e1_input_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e1_input_vty.c b/src/e1_input_vty.c index 15f325f..0da1bc5 100644 --- a/src/e1_input_vty.c +++ b/src/e1_input_vty.c @@ -49,8 +49,8 @@ #define E1_DRIVER_HELP "mISDN supported E1 Card (kernel LAPD)\n" \ "mISDN supported E1 Card (userspace LAPD)\n" \ "DAHDI supported E1/T1/J1 Card\n" \ + "osmo-e1d supported E1 interface\n" \ "IPA TCP/IP input\n" \ - "HSL TCP/IP input\n" \ "Unix socket input\n" #define E1_LINE_HELP "Configure E1/T1/J1 Line\n" "Line Number\n" -- cgit v1.2.3