]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fincore: fix alignment of column listing in --help
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 28 Aug 2023 07:28:53 +0000 (09:28 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 28 Aug 2023 07:28:53 +0000 (09:28 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/fincore.c

index d1d2f1f8d9430ef4ce13db07e2c6f20b0986157f..5ca2cd09be4ecc4cfea4e1033326ffb9a1073398 100644 (file)
@@ -410,7 +410,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fprintf(out, USAGE_COLUMNS);
 
        for (i = 0; i < ARRAY_SIZE(infos); i++)
-               fprintf(out, " %11s  %s\n", infos[i].name, _(infos[i].help));
+               fprintf(out, " %22s  %s\n", infos[i].name, _(infos[i].help));
 
        printf(USAGE_MAN_TAIL("fincore(1)"));