summaryrefslogtreecommitdiff
path: root/db/repl
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-10-15 16:18:03 -0400
committerDwight <dwight@10gen.com>2010-10-15 16:18:03 -0400
commitad421070f584bb82f3aa1d13339649627b12643b (patch)
treeb0b20839008cf5feaec4b2b7e4e91ad2e6a7df62 /db/repl
parent25dbc0c12e646557d4da1a1cad989707230746bd (diff)
downloadmongo-ad421070f584bb82f3aa1d13339649627b12643b.tar.gz
better help
Diffstat (limited to 'db/repl')
-rw-r--r--db/repl/replset_commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/repl/replset_commands.cpp b/db/repl/replset_commands.cpp
index 4e5725ae810..853e02b6f83 100644
--- a/db/repl/replset_commands.cpp
+++ b/db/repl/replset_commands.cpp
@@ -186,6 +186,7 @@ namespace mongo {
help << "'freeze' state of member to the extent we can do that. What this really means is that\n";
help << "this node will not attempt to become primary until the time period specified expires.\n";
help << "You can call again with {replSetFreeze:0} to unfreeze sooner.\n";
+ help << "A process restart unfreezes the member also.\n";
help << "\nhttp://www.mongodb.org/display/DOCS/Replica+Set+Commands";
}