Tweak to help text for GDB monitor commands

This commit is contained in:
Nav
2024-08-29 21:21:38 +01:00
parent 48bd656b6d
commit cb35051e6d

View File

@@ -117,7 +117,7 @@ namespace DebugServer::Gdb::CommandPackets
if (targetDescriptor.family == Targets::TargetFamily::AVR_8) { if (targetDescriptor.family == Targets::TargetFamily::AVR_8) {
output += StringService::applyTerminalColor("eeprom fill", CMD_COLOR) + " [" output += StringService::applyTerminalColor("eeprom fill", CMD_COLOR) + " ["
+ StringService::applyTerminalColor("VALUE", PARAM_COLOR) + "]\n\n"; + StringService::applyTerminalColor("FILL_VALUE_HEX", PARAM_COLOR) + "]\n\n";
output += leftPadding + "Fills the target's EEPROM with the specified value. The value must take the form of a hexadecimal string.\n"; output += leftPadding + "Fills the target's EEPROM with the specified value. The value must take the form of a hexadecimal string.\n";
output += leftPadding + "If the specified value is smaller than the EEPROM memory segment size, it will be repeated\n"; output += leftPadding + "If the specified value is smaller than the EEPROM memory segment size, it will be repeated\n";
output += leftPadding + "across the entire segment address range. If the value size is not a multiple of the segment\n"; output += leftPadding + "across the entire segment address range. If the value size is not a multiple of the segment\n";