]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: adjust whitespaces in the help message
authorMasatake YAMATO <yamato@redhat.com>
Tue, 28 Feb 2023 13:55:53 +0000 (22:55 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 28 Feb 2023 13:55:53 +0000 (22:55 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index c49505d673b5d6eea67d7f12a748eaa7f2c4ad90..b2cf0963ee92af1ca90ee5caf0753d744d209d62 100644 (file)
@@ -1463,7 +1463,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fprintf(out, USAGE_COLUMNS);
 
        for (i = 0; i < ARRAY_SIZE(infos); i++)
-               fprintf(out, " %11s  %-10s%s\n", infos[i].name,
+               fprintf(out, " %16s  %-10s%s\n", infos[i].name,
                        infos[i].json_type == SCOLS_JSON_STRING?  "<string>":
                        infos[i].json_type == SCOLS_JSON_NUMBER?  "<number>":
                        "<boolean>",