summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-01-27 13:43:35 -0500
committerMathias Stearn <mathias@10gen.com>2010-01-27 13:43:35 -0500
commit7302f4ac0010b2456cbb3a6c65b83e52a009d2e4 (patch)
tree9cb74bd8a65f454834cc76e027a8420e20f1ced6 /tools
parentcfe572adffb61b278d1b80bee2fdbdaecf637ab9 (diff)
downloadmongo-7302f4ac0010b2456cbb3a6c65b83e52a009d2e4.tar.gz
tools: add repl pair syntax to --help SERVER-561
Diffstat (limited to 'tools')
-rw-r--r--tools/tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.cpp b/tools/tool.cpp
index 16a13ba7957..7b1a4fec54e 100644
--- a/tools/tool.cpp
+++ b/tools/tool.cpp
@@ -20,7 +20,7 @@ mongo::Tool::Tool( string name , string defaultDB , string defaultCollection ) :
_options = new po::options_description( "options" );
_options->add_options()
("help","produce help message")
- ("host,h",po::value<string>(), "mongo host to connect to" )
+ ("host,h",po::value<string>(), "mongo host to connect to (\"left,right\" for pairs)" )
("db,d",po::value<string>(), "database to use" )
("collection,c",po::value<string>(), "collection to use (some commands)" )
("username,u",po::value<string>(), "username" )