mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 11:56:22 +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;
|
||||
while (curr) {
|
||||
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);
|
||||
}
|
||||
g_list_free(ordered_commands);
|
||||
|
||||
Reference in New Issue
Block a user