From: Masatake YAMATO Date: Tue, 28 Feb 2023 13:55:53 +0000 (+0900) Subject: lsfd: adjust whitespaces in the help message X-Git-Tag: v2.39-rc1~46^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2da4ecda90e501846c3edd546063ab324ea44755;p=thirdparty%2Futil-linux.git lsfd: adjust whitespaces in the help message Signed-off-by: Masatake YAMATO --- 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? "": "",