Hi,

This small patch fixes some minor spelling and whitespace issues in the usage string (which as a new user I've been reading a fair bit).

Best regards,
Martin
Index: sipp.cpp
===================================================================
--- sipp.cpp    (revision 156)
+++ sipp.cpp    (working copy)
@@ -157,7 +157,7 @@
        {"p", "Set the local port number.  Default is a random free port chosen 
by the system.", SIPP_OPTION_INT, &user_port},
        {"pause_msg_ign", "Ignore the messages received during a pause defined 
in the scenario ", SIPP_OPTION_SETFLAG, &pause_msg_ign},
 
-       {"r", "Set the call rate (in calls per seconds).  This value can be"
+       {"r", "Set the call rate (in calls per seconds).  This value can be "
              "changed during test by pressing '+','_','*' or '/'. Default is 
10.\n"
              "pressing '+' key to increase call rate by 1,\n"
               "pressing '-' key to decrease call rate by 1,\n"
@@ -181,8 +181,8 @@
                     SIPP_OPTION_SETFLAG, &rtp_echo_enabled},
        {"rtt_freq", "freq is mandatory. Dump response times every freq calls 
in the log file defined by -trace_rtt. Default value is 200.",
                     SIPP_OPTION_INT, &report_freq_dumpRtt},
-       {"s", "Set the username part of the resquest URI. Default is 
'service'.", SIPP_OPTION_STRING, &service},
-       {"sd", "Dumps a default scenario (embeded in the sipp executable)", 
SIPP_OPTION_SCENARIO, NULL},
+       {"s", "Set the username part of the request URI. Default is 
'service'.", SIPP_OPTION_STRING, &service},
+       {"sd", "Dumps a default scenario (embedded in the sipp executable)", 
SIPP_OPTION_SCENARIO, NULL},
        {"sf", "Loads an alternate xml scenario file.  To learn more about XML 
scenario syntax, use the -sd option to dump embedded scenarios. They contain 
all the necessary help.", SIPP_OPTION_SCENARIO, NULL},
        {"slave", "3pcc extended mode: indicates the slave number", 
SIPP_OPTION_3PCC_EXTENDED, &slave_number},
        {"slave_cfg", "3pcc extended mode: indicates the file where the master 
and slave addresses are stored", SIPP_OPTION_SLAVE_CFG, NULL},
@@ -216,8 +216,8 @@
 , SIPP_OPTION_TRANSPORT, NULL},
 
        {"timeout", "Global timeout. Default unit is seconds.  If this option 
is set, SIPp quits after nb units (-timeout 20s quits after 20 seconds).", 
SIPP_OPTION_TIME_SEC, &global_timeout},
-       {"timer_resol", "Set the timer resolution. Default unit is 
milliseconds.  This option has an impact on timers precision."
-                      "Small values allow more precise scheduling but impacts 
CPU usage."
+       {"timer_resol", "Set the timer resolution. Default unit is 
milliseconds.  This option has an impact on timers precision. "
+                      "Small values allow more precise scheduling but impacts 
CPU usage. "
                       "If the compression is on, the value is set to 50ms. The 
default value is 10ms.", SIPP_OPTION_TIME_MS, &timer_resolution},
        {"trace_msg", "Displays sent and received SIP messages in <scenario 
file name>_<pid>_messages.log", SIPP_OPTION_SETFLAG, &useMessagef},
        {"trace_screen", "Dump statistic screens in the 
<scenario_name>_<pid>_screens.log file when quitting SIPp. Useful to get a 
final status report in background mode (-bg option).", SIPP_OPTION_SETFLAG, 
&useScreenf},
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to