summaryrefslogtreecommitdiff
path: root/shell/mongo_vstudio.cpp
diff options
context:
space:
mode:
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"