diff options
author | Sam Helman <sam.helman@10gen.com> | 2014-11-06 14:14:33 -0500 |
---|---|---|
committer | Sam Helman <sam.helman@10gen.com> | 2014-11-06 14:14:33 -0500 |
commit | 98f5f448f9063e0858077fe10257306e6fd193d9 (patch) | |
tree | 7e7d54e499d85c9e3984246ea3d0d993871f362b /mongostat | |
parent | ce252c168f0f2bbb3f45f269d3c76f6bd9d09292 (diff) | |
download | mongo-98f5f448f9063e0858077fe10257306e6fd193d9.tar.gz |
Modify comment
Former-commit-id: f8fa4f900b4572574da9f109da86bf313b66a374
Diffstat (limited to 'mongostat')
-rw-r--r-- | mongostat/mongostat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mongostat/mongostat.go b/mongostat/mongostat.go index 33a7937a63c..bbc9bf2c7a1 100644 --- a/mongostat/mongostat.go +++ b/mongostat/mongostat.go @@ -124,7 +124,7 @@ func (cluster *ClusterMonitor) printSnapshot(includeHeaders bool, discover bool) stat.LastPrinted = stat.Time } - //If this is the beginning of execution and any of the stat lines are + //If the headers and being printed and any of the stat lines are //using wired tiger as the storage engine, print an appropriate //warning message if includeHeaders && !cluster.UseJson { |