summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/top_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/top_command.cpp')
-rw-r--r--src/mongo/db/commands/top_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/top_command.cpp b/src/mongo/db/commands/top_command.cpp
index 0837e9a2d92..8f306df9838 100644
--- a/src/mongo/db/commands/top_command.cpp
+++ b/src/mongo/db/commands/top_command.cpp
@@ -44,7 +44,7 @@ using namespace mongo;
class TopCommand : public Command {
public:
- TopCommand() : Command("top", true) {}
+ TopCommand() : Command("top") {}
virtual bool slaveOk() const {
return true;