mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 08:26:21 +00:00
Fix /help commands spacing
This commit is contained in:
@@ -795,7 +795,7 @@ cmd_help(ProfWin *window, gchar **args, struct cmd_help_t help)
|
|||||||
GList *curr = ordered_commands;
|
GList *curr = ordered_commands;
|
||||||
while (curr) {
|
while (curr) {
|
||||||
Command *cmd = curr->data;
|
Command *cmd = curr->data;
|
||||||
cons_show("%-12s: %s", cmd->cmd, cmd->help.short_help);
|
cons_show("%-13s: %s", cmd->cmd, cmd->help.short_help);
|
||||||
curr = g_list_next(curr);
|
curr = g_list_next(curr);
|
||||||
}
|
}
|
||||||
g_list_free(ordered_commands);
|
g_list_free(ordered_commands);
|
||||||
|
|||||||
Reference in New Issue
Block a user