diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-12 21:58:52 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-12 21:58:52 -0400 |
commit | d500379cea865e4a6958eee82b5615ace61036c4 (patch) | |
tree | e1646aa036beae68d5d15371d7ea2731ad49602c /indra/newview/app_settings/cmd_line.xml | |
parent | ce563795e1f5d7493b975393bea9ec5cab90fd6a (diff) |
PATH-735: Limit and clean up grid selection
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 15434f2b8f..c02f89dee5 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -45,35 +45,13 @@ <key>grid</key> <map> <key>desc</key> - <string>Specify the name of the grid, local, or an IP address to connect to.</string> + <string>Specify the name of the grid to connect to.</string> <key>count</key> <integer>1</integer> <key>map-to</key> <string>CmdLineGridChoice</string> </map> - <key>loginuri</key> - <map> - <key>desc</key> - <string>login server and CGI script to use</string> - <key>count</key> - <integer>1</integer> - <key>compose</key> - <boolean>true</boolean> - <key>map-to</key> - <string>CmdLineLoginURI</string> - </map> - - <key>helperuri</key> - <map> - <key>desc</key> - <string>helper web CGI prefix to use</string> - <key>count</key> - <integer>1</integer> - <key>map-to</key> - <string>CmdLineHelperURI</string> - </map> - <key>debugviews</key> <map> <key>map-to</key> @@ -377,16 +355,6 @@ <!-- Special case. Not mapped to a setting. --> </map> - <key>loginpage</key> - <map> - <key>desc</key> - <string>Login authentication page to use.</string> - <key>count</key> - <integer>1</integer> - <key>map-to</key> - <string>LoginPage</string> - </map> - <key>qa</key> <map> <key>desc</key> |