summaryrefslogtreecommitdiff
path: root/src/mongo/shell/dbshell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/dbshell.cpp')
-rw-r--r--src/mongo/shell/dbshell.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/shell/dbshell.cpp b/src/mongo/shell/dbshell.cpp
index 5ef6f3f9982..1378ee263b4 100644
--- a/src/mongo/shell/dbshell.cpp
+++ b/src/mongo/shell/dbshell.cpp
@@ -748,7 +748,8 @@ int _main(int argc, char* argv[], char** envp) {
hasMongoRC = true;
if (!scope->execFile(rcLocation, false, true)) {
cout << "The \".mongorc.js\" file located in your home folder could not be "
- "executed" << endl;
+ "executed"
+ << endl;
return -5;
}
}