diff options
author | Oz Linden <oz@lindenlab.com> | 2013-07-13 15:03:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-07-13 15:03:39 -0400 |
commit | d2dd3be08b3d460054366a66481bcf3110005291 (patch) | |
tree | 91bbf5d54fcf324378d87faefabd82ef38941e5b /indra/newview/app_settings/cmd_line.xml | |
parent | 34c77159f7dea117eb69fe013b09f2719b12e612 (diff) |
CHOP-963: Add a new --update-service command line argument for QA use
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rwxr-xr-x | indra/newview/app_settings/cmd_line.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 7ab7787d77..f60fc3afb2 100755 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -108,6 +108,16 @@ <string>CmdLineGridChoice</string> </map> + <key>update-service</key> + <map> + <key>desc</key> + <string>Override the url base for the update query.</string> + <key>count</key> + <integer>1</integer> + <key>map-to</key> + <string>CmdLineUpdateService</string> + </map> + <key>help</key> <map> <key>desc</key> |