0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Eliot Horowitz 2009-10-07 12:57:55 -04:00
commit 0c3d3b7528

View File

@ -445,8 +445,6 @@ shellHelper = function( command , rest , shouldPrint ){
}
help = shellHelper.help = function(){
if ( typeof( db ) != "undefined" )
print( "server version: " + db.version() );
print( "HELP" );
print( "\t" + "show dbs show database names");
print( "\t" + "show collections show collections in current database");