mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix /help commands spacing
This commit is contained in:
parent
fceec61a2c
commit
59dd87d5f8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user