Changeset 968


Ignore:
Timestamp:
Feb 18, 2007 8:56:00 PM (17 years ago)
Author:
bennylp
Message:

Tidy up the output of pjsua help screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r966 r968  
    127127    puts  ("  --password=string   Set authentication password"); 
    128128    puts  ("  --publish           Send presence PUBLISH for this account"); 
    129     puts  ("  --next-cred         Add another credentials"); 
     129    puts  ("  --next-cred         Add another credentials"); 
    130130    puts  (""); 
    131131    puts  ("SIP Account Control:"); 
     
    144144    puts  ("  --outbound=url      Set the URL of global outbound proxy server"); 
    145145    puts  ("                      May be specified multiple times"); 
    146     puts  ("  --use-stun1=host[:port]"); 
    147     puts  ("  --use-stun2=host[:port]  Resolve local IP with the specified STUN servers"); 
     146    puts  ("  --use-stun1=FORMAT  where FORMAT=host[:port]"); 
     147    puts  ("  --use-stun2=FORMAT  Resolve local IP with the specified STUN servers"); 
    148148    puts  (""); 
    149149    puts  ("TLS Options:"); 
    150     puts  ("  --use-tls           Enable TLS transport"); 
     150    puts  ("  --use-tls           Enable TLS transport (default=no)"); 
    151151    puts  ("  --tls-ca-file       Specify TLS CA file (default=none)"); 
    152152    puts  ("  --tls-cert-file     Specify TLS certificate file (default=none)"); 
     
    164164    puts  ("  --play-file=file    Register WAV file in conference bridge."); 
    165165    puts  ("                      This can be specified multiple times."); 
    166     puts  ("  --play-tone=F1,F2,ON,OFF    Register tone to the conference bridge."); 
    167     puts  ("                      f1,f2=frequency, on,off=on/off duration in msec."); 
     166    puts  ("  --play-tone=FORMAT  Register tone to the conference bridge."); 
     167    puts  ("                      FORMAT is 'F1,F2,ON,OFF', where F1,F2 are"); 
     168    puts  ("                      frequencies, and ON,OFF=on/off duration in msec."); 
    168169    puts  ("                      This can be specified multiple times."); 
    169170    puts  ("  --auto-play         Automatically play the file (to incoming calls only)"); 
Note: See TracChangeset for help on using the changeset viewer.