mongodb.driver: fix help lint
parent
fe116a2392
commit
46f8492c09
|
@ -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)" } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue