From e5b21a774777fd1a1d89959b9e78c6eb18580c32 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Thu, 6 Feb 2020 16:09:43 -0500 Subject: SERVER-43951 Unifies help collection name --- src/mongo/shell/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js index 6400835c3d1..4f45564b1a3 100644 --- a/src/mongo/shell/utils.js +++ b/src/mongo/shell/utils.js @@ -1753,9 +1753,9 @@ help = shellHelper.help = function(x) { print("\t" + "use set current database"); print("\t" + - "db.mycoll.find() list objects in collection mycoll"); + "db.mycoll.find() list objects in collection mycoll"); print("\t" + - "db.mycoll.find( { a : 1 } ) list objects in mycoll where a == 1"); + "db.mycoll.find( { a : 1 } ) list objects in mycoll where a == 1"); print( "\t" + "it result of the last line evaluated; use to further iterate"); -- cgit v1.2.1