From 3b9581e84e19723087b31b79674801b6c06ae533 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Wed, 18 Aug 2010 09:23:15 +0200 Subject: Imported Upstream version 1.6.1 --- db/dbwebserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/dbwebserver.cpp') diff --git a/db/dbwebserver.cpp b/db/dbwebserver.cpp index 7e45d8f..f17a283 100644 --- a/db/dbwebserver.cpp +++ b/db/dbwebserver.cpp @@ -432,7 +432,7 @@ namespace mongo { ss << p( a("/", "back", "Home") ); ss << p( "MongoDB List of Commands\n" ); const map *m = Command::commandsByBestName(); - ss << "S:slave-only N:no-lock R:read-lock W:write-lock A:admin-only
\n"; + ss << "S:slave-ok R:read-lock W:write-lock A:admin-only
\n"; ss << table(); ss << "CommandAttributesHelp\n"; for( map::const_iterator i = m->begin(); i != m->end(); i++ ) -- cgit v1.2.3