Tidied help

This commit is contained in:
James Booth
2012-12-09 18:59:11 +00:00
parent 8e90f7a414
commit 0bba09fd04
2 changed files with 84 additions and 157 deletions

View File

@@ -1392,7 +1392,7 @@ cons_settings_help(void)
GSList *settings_helpers = cmd_get_settings_help();
while (settings_helpers != NULL) {
struct cmd_help_t *help = (struct cmd_help_t *)settings_helpers->data;
cons_show("%-25s: %s", help->usage, help->short_help);
cons_show("%-27s: %s", help->usage, help->short_help);
settings_helpers = g_slist_next(settings_helpers);
}