aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-15 15:05:42 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-01-15 15:05:42 +0100
commit5cb480a4c0870e0ca984e7c587eb6617cd879657 (patch)
tree36e08e413de0c778532106a3f8b02e9caca5ce6a /openbsc
parentcdc548cb0ac79a6eef3903872cc6e73eaf6f59ae (diff)
bsc/vty: Provide a hint of available input
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
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;