summaryrefslogtreecommitdiff
path: root/shell/servers.js
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2009-08-29 15:08:22 -0400
committerdwight <dwight@10gen.com>2009-08-29 15:08:22 -0400
commit5e31aa0f19e7da2d047c37741ecbfced60e93583 (patch)
tree77ab7712cde9ec57a48974df939ff2b7a6d99bd0 /shell/servers.js
parentcbf26c5b21756307d2e6f049eed7678eae25f636 (diff)
downloadmongo-5e31aa0f19e7da2d047c37741ecbfced60e93583.tar.gz
rename
Command addserver->addshard Collection config.servers->config.shards
Diffstat (limited to 'shell/servers.js')
-rw-r--r--shell/servers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/servers.js b/shell/servers.js
index a038a7dcab5..7e8aa8a5420 100644
--- a/shell/servers.js
+++ b/shell/servers.js
@@ -138,7 +138,7 @@ ShardingTest = function( testName , numServers , verboseLevel , numMongos ){
this._serverNames.forEach(
function(z){
- admin.runCommand( { addserver : z } );
+ admin.runCommand( { addshard : z } );
}
);
}