From 8d913e98e8058c6322975a858f884a769735bb43 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 7 Apr 2011 07:35:46 +0200 Subject: Imported Upstream version 1.8.1 --- shell/mongo_vstudio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/mongo_vstudio.cpp b/shell/mongo_vstudio.cpp index 08651d7..c3c3751 100644 --- a/shell/mongo_vstudio.cpp +++ b/shell/mongo_vstudio.cpp @@ -2253,8 +2253,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" -- cgit v1.2.3