From 5cb480a4c0870e0ca984e7c587eb6617cd879657 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 15 Jan 2016 15:05:42 +0100 Subject: bsc/vty: Provide a hint of available input --- openbsc/src/osmo-bsc/osmo_bsc_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc/osmo_bsc_vty.c b/openbsc/src/osmo-bsc/osmo_bsc_vty.c index 8103ffc43..d871f015a 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_vty.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_vty.c @@ -314,7 +314,7 @@ DEFUN(cfg_net_bsc_codec_list, cfg_net_bsc_codec_list_cmd, "codec-list .LIST", "Set the allowed audio codecs\n" - "List of audio codecs\n") + "List of audio codecs, e.g. fr3 fr1 hr3\n") { struct osmo_msc_data *data = osmo_msc_data(vty); int saw_fr, saw_hr; -- cgit v1.2.3