diff --git a/README.md b/README.md
index 88661d1..138db0d 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ #### What the script does:
* Optionally disable DSM's "support_memory_compatibility" to prevent non-Synology memory notifications.
* Optionally edits max supported memory to match the amount of memory installed, if installed memory is greater than the current max memory setting.
* DSM only uses the max memory setting when calculating the reserved RAM area size for SSD caches.
+* Optionally disables Western Digital Device Analytics (aka WDDA) to prevent DSM showing a [warning for WD drives that are 3 years old](https://arstechnica.com/gadgets/2023/06/clearly-predatory-western-digital-sparks-panic-anger-for-age-shaming-hdds).
+ * DSM 7.2.1 already has WDDA disabled.
* Enables M2D20, M2D18, M2D17 and E10M20-T1 if present on Synology NAS that don't officially support them.
* Checks that M.2 volume support is enabled (on models that have M.2 slots or PCIe slots).
* Enables creating M.2 storage pools and volumes from within Storage Manager **(newer models only?)**.
@@ -59,21 +61,27 @@ ### Options when running the script
```YAML
-s, --showedits Show edits made to _host db and db.new file(s)
-n, --noupdate Prevent DSM updating the compatible drive databases
- -m, --m2 Don't process M.2 drives
- -f, --force Force DSM to not check drive compatibility
- -r, --ram Disable memory compatibility checking (DSM 7.x only),
+ -r, --ram Disable memory compatibility checking (DSM 7.x only)
and sets max memory to the amount of installed memory
- -w, --wdda Disable WD WDDA
- -e, --email Disable colored text in output scheduler emails.
+ -w, --wdda Disable WD Device Analytics to prevent DSM showing
+ a false warning for WD drives that are 3 years old
+ DSM 7.2.1 already has WDDA disabled.
+ -f, --force Force DSM to not check drive compatibility
+ Do not use this option unless absolutely needed.
+ -e, --email Disable colored text in output scheduler emails
--restore Undo all changes made by the script
--autoupdate=AGE Auto update script (useful when script is scheduled)
- AGE is how many days old a release must be before
- auto-updating. AGE must be a number: 0 or greater
+ AGE is how many days old a release must be before.
+ auto-updating. AGE must be a number: 0 or greater.
-h, --help Show this help message
-v, --version Show the script version
```
-**Note:** If you have some Synology drives and want to update their firmware run the script **without** --noupdate or -n then do the drive database update from Storage Manager and finally run the script again with your preferred options.
+**Notes:**
+- The -f or --force option is only needed if for some reason your drives still show as unsupported in storage manager.
+ - Only use this option as last resort.
+ - Using this option will prevent data deduplication from being available, and prevent firmware updates on Synology brand drives.
+- If you have some Synology drives and want to update their firmware run the script **without** --noupdate or -n then do the drive database update from Storage Manager and finally run the script again with your preferred options.
### Scheduling the script in Synology's Task Scheduler