From 27c3cfc65cc18a6504acb7565fbe0977ab20aec6 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Tue, 14 Jul 2015 16:23:08 +0100 Subject: [PATCH] Add default boolean value for renameCollection command option --- source/includes/apiargs-dbcommand-renameCollection-field.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/includes/apiargs-dbcommand-renameCollection-field.yaml b/source/includes/apiargs-dbcommand-renameCollection-field.yaml index 2101c4f4951..b837e415b00 100644 --- a/source/includes/apiargs-dbcommand-renameCollection-field.yaml +++ b/source/includes/apiargs-dbcommand-renameCollection-field.yaml @@ -24,7 +24,8 @@ type: string arg_name: field description: | If ``true``, :program:`mongod` will drop the ``target`` of - :dbcommand:`renameCollection` prior to renaming the collection. + :dbcommand:`renameCollection` prior to renaming the collection. The + default value is ``false``. interface: dbcommand name: dropTarget operation: renameCollection