summaryrefslogtreecommitdiff
path: root/db/db.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-03-13 11:49:59 -0400
committerAaron <aaron@10gen.com>2009-03-13 11:49:59 -0400
commit851358de698898bc7c62b68d2b0772bcea1247b5 (patch)
tree65678cff7a2a91879ffb14e6abe28da29bc86486 /db/db.cpp
parent0936bf99e38c2a05f3b88a10421237e5fdaf04c8 (diff)
downloadmongo-851358de698898bc7c62b68d2b0772bcea1247b5.tar.gz
Add command line help about nohints option
Diffstat (limited to 'db/db.cpp')
-rw-r--r--db/db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/db.cpp b/db/db.cpp
index fd05e0c6f51..81c1f420f41 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -590,6 +590,7 @@ usage:
out() << " --quota enable db quota management\n";
out() << " --appsrvpath <path> root directory for the babble app server\n";
out() << " --nocursors diagnostic/debugging option\n";
+ out() << " --nohints ignore query hints\n";
out() << " --nojni" << endl;
out() << " --oplog<n> 0=off 1=W 2=R 3=both 7=W+some reads" << endl;
out() << " --oplogSize <size_in_MB> custom size if creating new replication operation log" << endl;