summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua/main.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-09 09:30:09 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-09 09:30:09 +0000
commit8b393ca1ada4b881c95a947e65c4bc17b5a998c0 (patch)
tree43ae16b41907f1e0509aaf17082b6a9426d4fcfb /pjsip/src/pjsua/main.c
parent5a80ef93b88daf113b1bfb805041342c6be5b6ab (diff)
Setting svn:eol-style attribute
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@167 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/pjsua/main.c')
-rw-r--r--pjsip/src/pjsua/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pjsip/src/pjsua/main.c b/pjsip/src/pjsua/main.c
index f802799f..287f5624 100644
--- a/pjsip/src/pjsua/main.c
+++ b/pjsip/src/pjsua/main.c
@@ -61,7 +61,7 @@ static void ui_help(void)
{
puts("");
puts("Console keys:");
- puts(" m Make a call");
+ puts(" m Make a call/another call");
puts(" a Answer incoming call");
puts(" h Hangup current call");
puts(" q Quit");
@@ -352,10 +352,10 @@ static void usage(void)
puts(" --use-stun1=host[:port]");
puts(" --use-stun2=host[:port] Use STUN and set host name and port of STUN servers");
puts("");
- puts("SIMPLE options (may be specified more than once):");
- puts(" --add-buddy url Add the specified URL to the buddy list.");
- puts(" --offer-x-ms-msg Offer \"x-ms-message\" in outgoing INVITE");
- puts(" --no-presence Do not subscribe presence of buddies");
+ //puts("SIMPLE options (may be specified more than once):");
+ //puts(" --add-buddy url Add the specified URL to the buddy list.");
+ //puts(" --offer-x-ms-msg Offer \"x-ms-message\" in outgoing INVITE");
+ //puts(" --no-presence Do not subscribe presence of buddies");
puts("");
fflush(stdout);
}