diff options
author | Melanie | 2012-01-05 07:43:16 +0100 |
---|---|---|
committer | Melanie | 2012-01-05 07:43:16 +0100 |
commit | 85d82c8140d2c72dcfb2e9eda373391d06dd5766 (patch) | |
tree | 7124cf5fc6ab8ccf4aa467cb6e599c779bcf7871 /OpenSim/Tools/pCampBot/pCampBot.cs | |
parent | Clean up GetWorldPosition (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-85d82c8140d2c72dcfb2e9eda373391d06dd5766.zip opensim-SC-85d82c8140d2c72dcfb2e9eda373391d06dd5766.tar.gz opensim-SC-85d82c8140d2c72dcfb2e9eda373391d06dd5766.tar.bz2 opensim-SC-85d82c8140d2c72dcfb2e9eda373391d06dd5766.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/pCampBot.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs index 6249fae..a73fcbe 100644 --- a/OpenSim/Tools/pCampBot/pCampBot.cs +++ b/OpenSim/Tools/pCampBot/pCampBot.cs | |||
@@ -112,10 +112,10 @@ namespace pCampBot | |||
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:\n" + |
116 | " p (physics)" + | 116 | " p (physics)\n" + |
117 | " g (grab)" + | 117 | " g (grab)\n" + |
118 | " t (teleport)" + | 118 | " t (teleport)\n" + |
119 | // " c (cross)" + | 119 | // " c (cross)" + |
120 | " -wear set appearance folder to load from (default: no)\n" + | 120 | " -wear set appearance folder to load from (default: no)\n" + |
121 | " -h, -help show this message"); | 121 | " -h, -help show this message"); |