We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0408a commit 9b5307eCopy full SHA for 9b5307e
src/mongo/tools/oplog.cpp
@@ -34,7 +34,6 @@ namespace po = boost::program_options;
34
class OplogTool : public Tool {
35
public:
36
OplogTool() : Tool( "oplog" ) {
37
- addFieldOptions();
38
add_options()
39
("seconds,s" , po::value<int>() , "seconds to go back default:86400" )
40
("from", po::value<string>() , "host to pull from" )
0 commit comments