summaryrefslogtreecommitdiff
path: root/shell/mongo_vstudio.cpp
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-04-07 07:35:46 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-04-07 07:35:46 +0200
commit8d913e98e8058c6322975a858f884a769735bb43 (patch)
tree52da0129272024f7132594b8227d81ec72f83af1 /shell/mongo_vstudio.cpp
parent582fc32574a3b158c81e49cb00e6ae59205e66ba (diff)
downloadmongodb-8d913e98e8058c6322975a858f884a769735bb43.tar.gz
Imported Upstream version 1.8.1
Diffstat (limited to 'shell/mongo_vstudio.cpp')
-rw-r--r--shell/mongo_vstudio.cpp4
1 files changed, 2 insertions, 2 deletions
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"