bsc/vty: Provide a hint of available input

This commit is contained in:
Holger Hans Peter Freyther
2016-01-15 15:05:42 +01:00
parent cdc548cb0a
commit 5cb480a4c0

View File

@@ -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;