aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs
diff options
context:
space:
mode:
authorDan Lake2011-10-31 15:21:39 -0700
committerDan Lake2011-10-31 15:21:39 -0700
commit3a2dcc7298f91a04ffd71c01809fa9c54403566a (patch)
tree9f3e38490904be795f7c8f5a8e1c75f3444e6649 /OpenSim/Tools/pCampBot/pCampBot.cs
parentAdding green dots to map response should be for root agents only (diff)
parentadjust pCampbot so it starts up bots with the name format "<firstname> <lastn... (diff)
downloadopensim-SC_OLD-3a2dcc7298f91a04ffd71c01809fa9c54403566a.zip
opensim-SC_OLD-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.gz
opensim-SC_OLD-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.bz2
opensim-SC_OLD-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.xz
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index 77110bf..a69fbf0 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -95,9 +95,9 @@ namespace pCampBot
95 "Spawns a set of bots to test an OpenSim region\n\n" + 95 "Spawns a set of bots to test an OpenSim region\n\n" +
96 " -l, -loginuri loginuri for sim to log into (required)\n" + 96 " -l, -loginuri loginuri for sim to log into (required)\n" +
97 " -n, -botcount number of bots to start (default: 1)\n" + 97 " -n, -botcount number of bots to start (default: 1)\n" +
98 " -firstname first name for the bot(s) (default: random string)\n" + 98 " -firstname first name for the bots\n" +
99 " -lastname lastname for the bot(s) (default: random string)\n" + 99 " -lastname lastname for the bots. Each lastname will have _<bot-number> appended, e.g. Ima Bot_0\n" +
100 " -password password for the bots(s) (default: random string)\n" + 100 " -password password for the bots\n" +
101 " -wear set appearance folder to load from (default: no)\n" + 101 " -wear set appearance folder to load from (default: no)\n" +
102 " -h, -help show this message" 102 " -h, -help show this message"
103 ); 103 );