summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/pjsua_app_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsua/pjsua_app_config.c')
-rw-r--r--pjsip-apps/src/pjsua/pjsua_app_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/pjsua/pjsua_app_config.c b/pjsip-apps/src/pjsua/pjsua_app_config.c
index f7450d02..9775db56 100644
--- a/pjsip-apps/src/pjsua/pjsua_app_config.c
+++ b/pjsip-apps/src/pjsua/pjsua_app_config.c
@@ -194,7 +194,7 @@ static void usage(void)
puts (" --max-calls=N Maximum number of concurrent calls (default:4, max:255)");
puts (" --thread-cnt=N Number of worker threads (default:1)");
puts (" --duration=SEC Set maximum call duration (default:no limit)");
- puts (" --norefersub Suppress event subscription when transfering calls");
+ puts (" --norefersub Suppress event subscription when transferring calls");
puts (" --use-compact-form Minimize SIP message size");
puts (" --no-force-lr Allow strict-route to be used (i.e. do not force lr)");
puts (" --accept-redirect=N Specify how to handle call redirect (3xx) response.");