> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 20:30:55  up 3 days 19:31,  2 users,  load average: 0.70, 0.55, 0.51
This commit is contained in:
tracer-ysyx 2024-01-11 20:30:55 +08:00 committed by xinyangli
parent 9930dd6f20
commit 8447e18ab9

View file

@ -172,7 +172,7 @@ static int cmd_help(char *args) {
// Print available subcommands
for (int j = 0; j < cmd_table[i].nr_subcommand; j++) {
struct CMDTable *sub_cmd_table = cmd_table[i].subcommand;
printf("\t %s -- %s\n", sub_cmd_table[j].name, sub_cmd_table[j].description);
printf(" > %s -- %s\n", sub_cmd_table[j].name, sub_cmd_table[j].description);
}
}
return 0;