mongodb.driver: fix help lint

Slava Pestov 2010-07-31 18:34:43 -04:00
parent 22100915a2
commit fcb0a63a18
1 changed files with 2 additions and 2 deletions

View File

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