diff --git a/docs/Commands.md b/docs/Commands.md
index 1fa37638a6..49913dd0e5 100644
--- a/docs/Commands.md
+++ b/docs/Commands.md
@@ -1068,7 +1068,7 @@ Command|Parameters
BLEAddrFilter|Set BLE Address type filter.
`BLEAddrFilter` = show filter level
`BLEAddrFilter n` = set BLE address type filter 0..3 - default 3. Ignores BLE address types > filter value. Set 0 to ONLY see public addresses.
BLEAlias|Set Alias names for devices. A device may be referred to by its alias in subsequent commands
`BLEAlias mac=alias mac=alias ...` = set one or more aliases from devices.
`BLEAlias2` = clear all aliases.
BLEDebug|Set BLE debug level.
`BLEDebug` = show extra debug information
`BLEDebug0` = suppress extra debug
-BLEDetails|Display details about received adverts
`BLEDetails0` = disable showing of details.
`BLEDetails1 mac/alias` = show the next advert from device mac/alias
`BLEDetails2 mac/alias` = show all advert from device mac|alias (some may be lost).
`BLEDetails3` = show all adverts from all devices (some will be lost).
`BLEDetails4` = show all adverts from aliased devices.
+BLEDetails|Display details about received adverts
`BLEDetails0` = disable showing of details.
`BLEDetails1 mac/alias` = show the next advert from device mac/alias
`BLEDetails2 mac/alias` = show all advert from device mac/alias (some may be lost).
`BLEDetails3` = show all adverts from all devices (some will be lost).
`BLEDetails4` = show all adverts from aliased devices.
BLEDevices|Cause a list of known devices to be sent on MQTT, or Empty the list of known devices.
`BLEDevices0` = clear the known devices list.
`BLEDevices` = Cause the known devices list to be published on stat/TASName/BLE.
BLEMaxAge|Set the timeout for device adverts.
`BLEMaxAge n` = set the devices timeout to n seconds.
`BLEMaxAge` = display the device timeout.
BLEMode|Change the operational mode of the BLE driver.
`BLEMode0` = disable regular BLE scans.
`BLEMode1` = BLE scan on command only.
`BLEMode2` = regular BLE scanning (default).