mongodb.driver: fix help lint

db4
Slava Pestov 2010-07-31 18:34:43 -04:00
parent fe116a2392
commit 46f8492c09
1 changed files with 2 additions and 2 deletions

View File

@ -81,13 +81,13 @@ HELP: create-collection
HELP: delete HELP: delete
{ $values { $values
{ "delete-msg" "a delete msg" } { "mdb-delete-msg" "a delete msg" }
} }
{ $description "removes objects from the collection (with lasterror check)" } ; { $description "removes objects from the collection (with lasterror check)" } ;
HELP: delete-unsafe HELP: delete-unsafe
{ $values { $values
{ "delete-msg" "a delete msg" } { "mdb-delete-msg" "a delete msg" }
} }
{ $description "removes objects from the collection (without error check)" } ; { $description "removes objects from the collection (without error check)" } ;