handle longer commands so that lines don't overflow... people who added
commands forgot to check this...
This commit is contained in:
parent
b2c696468c
commit
527be4f229
@ -321,8 +321,8 @@ db_cmd_list(table)
|
||||
register struct command *cmd;
|
||||
|
||||
LIST_FOREACH(cmd, table, next) {
|
||||
db_printf("%-12s", cmd->name);
|
||||
db_end_line(12);
|
||||
db_printf("%-16s", cmd->name);
|
||||
db_end_line(16);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user