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:
commit
0c3d3b7528
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user