apk: give more space for applet descriptions on generic help

cute-signatures
Timo Teräs 2013-07-08 15:12:35 +03:00
parent 01c1fae327
commit 70e45998ad
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static int usage(struct apk_applet *applet)
printf("\nThe following commands are available:\n");
for (a = &__start_apkapplets; a < &__stop_apkapplets; a++) {
struct apk_indent indent = { .indent = 26 };
struct apk_indent indent = { .indent = 12 };
indent.x = printf(" %-*s", indent.indent - 3, (*a)->name);
apk_print_indented_words(&indent, (*a)->help);