diff --git a/source/includes/options-mongodump.yaml b/source/includes/options-mongodump.yaml index 707232981e2..f1d76fb0acd 100644 --- a/source/includes/options-mongodump.yaml +++ b/source/includes/options-mongodump.yaml @@ -284,10 +284,11 @@ name: dumpDbUsersAndRoles directive: option args: null description: | - Includes user and role definitions when performing :program:`mongodump` - on a specific database. This option applies only when you specify a - database in the :option:`--db` option. MongoDB always includes user and - role definitions when :program:`mongodump` applies to an entire instance + Includes user and role definitions in the database's dump directory + when performing :program:`mongodump` on a specific database. This + option applies only when you specify a database in the + :option:`--db` option. MongoDB always includes user and role + definitions when :program:`mongodump` applies to an entire instance and not just a specific database. optional: true ---