diff options
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 340334aee8..e610775332 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -195,24 +195,44 @@ <string>LogPerformance</string> </map> - <key>multiple</key> + <key>lua</key> <map> <key>desc</key> - <string>Allow multiple viewers.</string> + <string>Run specified Lua chunk</string> + <key>count</key> + <integer>1</integer> + <!-- you can specify multiple such chunks --> + <key>compose</key> + <boolean>true</boolean> <key>map-to</key> - <string>AllowMultipleViewers</string> + <string>LuaChunk</string> </map> - <key>noaudio</key> + <key>luafile</key> + <map> + <key>desc</key> + <string>Run specified Lua script</string> + <key>count</key> + <integer>1</integer> + <!-- you can specify multiple such scripts --> + <key>compose</key> + <boolean>true</boolean> + <key>map-to</key> + <string>LuaScript</string> + </map> + + <key>multiple</key> <map> + <key>desc</key> + <string>Allow multiple viewers.</string> <key>map-to</key> - <string>NoAudio</string> + <string>AllowMultipleViewers</string> </map> - <key>nofmod</key> + <key>noaudio</key> <map> <key>map-to</key> - <string>UseMediaPluginsForStreamingAudio</string> + <string>NoAudio</string> </map> <key>noninteractive</key> |