diff --git a/src/system/kernel/heap.cpp b/src/system/kernel/heap.cpp index 19e9e0966b..49cd2edbab 100644 --- a/src/system/kernel/heap.cpp +++ b/src/system/kernel/heap.cpp @@ -2202,7 +2202,7 @@ heap_init_post_thread() "Dump infos about the specified kernel heap. If \"stats\" is given\n" "as the argument, currently only the heap count is printed.\n", 0); #if !KERNEL_HEAP_LEAK_CHECK - add_debugger_command_etc("allocations", &dump_allocations, + add_debugger_command_etc("heap_allocations", &dump_allocations, "Dump current heap allocations", "[\"stats\"] \n" "If the optional argument \"stats\" is specified, only the allocation\n"