summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorAnil Kumar <aksaharan@users.noreply.github.com>2014-07-30 11:58:50 -0400
committerBenety Goh <benety@mongodb.com>2014-07-30 13:51:21 -0400
commit9e72a5b850f7bc31453828db522f4e0ecbfdb691 (patch)
tree7f69d7b5ea903aba01a70ed672998df5e187c412 /src/mongo/tools
parent791e2e00806449a01e7dec4d9b969392e183f393 (diff)
downloadmongo-9e72a5b850f7bc31453828db522f4e0ecbfdb691.tar.gz
SERVER-14730 fix typo in the mongostat help output
Closes #726 Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/mongostat_options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/tools/mongostat_options.cpp b/src/mongo/tools/mongostat_options.cpp
index 7c4667312c6..9376d5fe961 100644
--- a/src/mongo/tools/mongostat_options.cpp
+++ b/src/mongo/tools/mongostat_options.cpp
@@ -84,10 +84,10 @@ namespace mongo {
*out << " getmore \t- # of get mores (cursor batch) per second\n";
*out << " command \t- # of commands per second, on a slave its local|replicated\n";
*out << " flushes \t- # of fsync flushes per second\n";
- *out << " mapped \t- amount of data mmaped (total data size) megabytes\n";
+ *out << " mapped \t- amount of data mmapped (total data size) in megabytes\n";
*out << " vsize \t- virtual size of process in megabytes\n";
*out << " res \t- resident size of process in megabytes\n";
- *out << " non-mapped \t- amount virtual memeory less mapped memory (only with --all)\n";
+ *out << " non-mapped \t- amount virtual memory less mapped memory in megabytes (only with --all)\n";
*out << " faults \t- # of pages faults per sec\n";
*out << " locked \t- name of and percent time for most locked database\n";
*out << " idx miss \t- percent of btree page misses (sampled)\n";