Browse Source

Format help output

Serj Kalichev 1 year ago
parent
commit
96fb4aa459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/klish/interactive.c

+ 1 - 1
bin/klish/interactive.c

@@ -309,7 +309,7 @@ static void display_help(const tinyrl_t *tinyrl, faux_list_t *help_list,
 	iter = faux_list_head(help_list);
 	while ((node = faux_list_each_node(&iter))) {
 		help_t *help = (help_t *)faux_list_data(node);
-		tinyrl_printf(tinyrl, "%s%*s%s\n",
+		tinyrl_printf(tinyrl, "  %s%*s%s\n",
 			help->prefix,
 			(max + 1 - strlen(help->prefix)),
 			" ",