0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

update vs file

This commit is contained in:
Eliot Horowitz 2011-03-04 16:56:46 -05:00
parent cf1b25029e
commit cfb9d9bda4

View File

@ -2258,8 +2258,8 @@ const StringData _jscode_raw_db =
"}\n"
"}\n"
"\n"
"DB.prototype.printShardingStatus = function(){\n"
"printShardingStatus( this.getSiblingDB( \"config\" ) );\n"
"DB.prototype.printShardingStatus = function( verbose ){\n"
"printShardingStatus( this.getSiblingDB( \"config\" ) , verbose );\n"
"}\n"
"\n"
"DB.autocomplete = function(obj){\n"