diff options
author | Melanie | 2011-12-14 19:50:43 +0000 |
---|---|---|
committer | Melanie | 2011-12-14 19:50:43 +0000 |
commit | 69f29cb53e2b622a64a8fb46d0afea0700a3f35d (patch) | |
tree | 501f9a0590657353cb1305e9414fe8f8b52bbc0a /OpenSim/Tools/pCampBot/pCampBot.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Simplify some manipulation of _taintedActors in OdeScene (diff) | |
download | opensim-SC-69f29cb53e2b622a64a8fb46d0afea0700a3f35d.zip opensim-SC-69f29cb53e2b622a64a8fb46d0afea0700a3f35d.tar.gz opensim-SC-69f29cb53e2b622a64a8fb46d0afea0700a3f35d.tar.bz2 opensim-SC-69f29cb53e2b622a64a8fb46d0afea0700a3f35d.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/pCampBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs index 3f43cff..6249fae 100644 --- a/OpenSim/Tools/pCampBot/pCampBot.cs +++ b/OpenSim/Tools/pCampBot/pCampBot.cs | |||
@@ -111,7 +111,7 @@ namespace pCampBot | |||
111 | " -firstname first name for the bots\n" + | 111 | " -firstname first name for the bots\n" + |
112 | " -lastname lastname for the bots. Each lastname will have _<bot-number> appended, e.g. Ima Bot_0\n" + | 112 | " -lastname lastname for the bots. Each lastname will have _<bot-number> appended, e.g. Ima Bot_0\n" + |
113 | " -password password for the bots\n" + | 113 | " -password password for the bots\n" + |
114 | " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n", | 114 | " -b, behaviours behaviours for bots. Comma separated, e.g. p,g. Default is p\n" + |
115 | " current options are:" + | 115 | " current options are:" + |
116 | " p (physics)" + | 116 | " p (physics)" + |
117 | " g (grab)" + | 117 | " g (grab)" + |