From 2da4ecda90e501846c3edd546063ab324ea44755 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 28 Feb 2023 22:55:53 +0900 Subject: [PATCH] lsfd: adjust whitespaces in the help message Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index c49505d673..b2cf0963ee 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -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? "": infos[i].json_type == SCOLS_JSON_NUMBER? "": "", -- 2.47.3