diff options
author | Graham Linden <graham@lindenlab.com> | 2019-03-02 07:18:17 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-03-02 07:18:17 -0800 |
commit | d90b16d350fba72e5011768ee8eb8b3289962dc5 (patch) | |
tree | aed966ff73e30a3fc0d54d2b33764fbbf09a7e71 /indra/newview/app_settings/cmd_line.xml | |
parent | d8eff424a5fb340b828802351e2b7f6b63bfa30f (diff) | |
parent | 122e2676ed5c1a79e683421d4012ac9e8da3df4b (diff) |
Merge
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index e4e1cdcf44..4e186292f7 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -407,5 +407,14 @@ <integer>1</integer> <!-- Special case. Mapped to settings procedurally. --> </map> + + <key>skipupdatecheck</key> + <map> + <key>desc</key> + <string>Skips update check at startup.</string> + <key>map-to</key> + <string>CmdLineSkipUpdater</string> + </map> + </map> </llsd> |