From: Masatake YAMATO Date: Tue, 4 May 2021 17:50:51 +0000 (+0900) Subject: lsfd: adjust column width for COMMAND X-Git-Tag: v2.38-rc1~144^2~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc7f865abb76491ea9c612dee3981eb48dca5335;p=thirdparty%2Futil-linux.git lsfd: adjust column width for COMMAND Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index 0f315ce0c9..c9952d73e6 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -78,7 +78,7 @@ struct colinfo { static struct colinfo infos[] = { [COL_ASSOC] = { "ASSOC", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("association between file and process") }, - [COL_COMMAND] = { "COMMAND", 15, 0, SCOLS_JSON_STRING, + [COL_COMMAND] = { "COMMAND", 15, SCOLS_FL_TRUNC, SCOLS_JSON_STRING, N_("command of the process opening the file") }, [COL_DELETED] = { "DELETED", 0, SCOLS_FL_RIGHT, SCOLS_JSON_BOOLEAN, N_("reachability from the file system") },