summaryrefslogtreecommitdiff
path: root/pjsip-apps
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps')
-rw-r--r--pjsip-apps/src/pjsua/pjsua_app.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pjsip-apps/src/pjsua/pjsua_app.c b/pjsip-apps/src/pjsua/pjsua_app.c
index 97896b2f..ca0caad2 100644
--- a/pjsip-apps/src/pjsua/pjsua_app.c
+++ b/pjsip-apps/src/pjsua/pjsua_app.c
@@ -2773,9 +2773,10 @@ static void manage_codec_prio(void)
}
puts("");
- puts("Enter codec name and its new priority (e.g. \"speex/16000 200\"), empty to cancel:");
+ puts("Enter codec id and its new priority "
+ "(e.g. \"speex/16000 200\"), empty to cancel:");
- printf("Codec name and priority: ");
+ printf("Codec name (\"*\" for all) and priority: ");
fgets(input, sizeof(input), stdin);
if (input[0]=='\r' || input[0]=='\n') {
puts("Done");