diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-11 20:22:38 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-11 20:22:38 -0500 |
commit | 06d8ca3b509307880b6ab488542a9f3215c0877b (patch) | |
tree | f54c2422fc1c79cf0f7ae144beb75b9edbd4716e /tools | |
parent | 86c16c1b9e52b46d647feaa815a97c63c228375b (diff) | |
download | mongo-06d8ca3b509307880b6ab488542a9f3215c0877b.tar.gz |
typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dump.cpp b/tools/dump.cpp index f796b686497..b9fb02e6996 100644 --- a/tools/dump.cpp +++ b/tools/dump.cpp @@ -118,7 +118,7 @@ int main( int argc , char ** argv ){ po::options_description options("dump parameters"); options.add_options() ("help", "produce help message") - ("host,h", po::value<string>() , "mongo host to connecto to") + ("host,h", po::value<string>() , "mongo host to connect to") ("db,d" , po::value<string>() , "database to dump" ) ("out" , po::value<string>() , "output directory" ) ; |