Skip to content

Commit 9b5307e

Browse files
committed
SERVER-6152 Removed field options from mongooplog
1 parent 7e0408a commit 9b5307e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/tools/oplog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ namespace po = boost::program_options;
3434
class OplogTool : public Tool {
3535
public:
3636
OplogTool() : Tool( "oplog" ) {
37-
addFieldOptions();
3837
add_options()
3938
("seconds,s" , po::value<int>() , "seconds to go back default:86400" )
4039
("from", po::value<string>() , "host to pull from" )

0 commit comments

Comments
 (0)