diff --git a/plugins/builtin/source/plugin_builtin.cpp b/plugins/builtin/source/plugin_builtin.cpp index 2b8d0d8fe..10cb412c4 100644 --- a/plugins/builtin/source/plugin_builtin.cpp +++ b/plugins/builtin/source/plugin_builtin.cpp @@ -75,7 +75,7 @@ IMHEX_PLUGIN_SUBCOMMANDS() { { "pl", "", "Interact with the pattern language", hex::plugin::builtin::handlePatternLanguageCommand }, { "hexdump", "", "Generate a hex dump of the provided file", hex::plugin::builtin::handleHexdumpCommand }, { "demangle", "", "Demangle a mangled symbol", hex::plugin::builtin::handleDemangleCommand }, - { "reset-settings", "", "Demangle a mangled symbol", hex::plugin::builtin::handleSettingsResetCommand }, + { "reset-settings", "", "Resets all settings back to default", hex::plugin::builtin::handleSettingsResetCommand }, }; IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {