1
0
mirror of synced 2025-01-25 15:53:43 +01:00

fix: Wrong --reset-settings subcommand description

This commit is contained in:
WerWolv 2024-12-26 20:05:07 +01:00
parent bf44a1cce6
commit aefc173227

View File

@ -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") {