From: Christian Goeschel Ndjomouo Date: Mon, 30 Mar 2026 18:18:41 +0000 (-0400) Subject: lslogins: use the USAGE_LIST_COLUMNS_OPTION macro X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b63149ef18923289f7508a201c74b206fff3cba;p=thirdparty%2Futil-linux.git lslogins: use the USAGE_LIST_COLUMNS_OPTION macro Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/login-utils/lslogins.c b/login-utils/lslogins.c index 28dd7d79a..0024a04b8 100644 --- a/login-utils/lslogins.c +++ b/login-utils/lslogins.c @@ -1588,8 +1588,7 @@ static void __attribute__((__noreturn__)) usage(void) " set an alternate path for lastlog2\n"), out); #endif fputs(USAGE_SEPARATOR, out); - /* FIXME: Replace with USAGE_LIST_COLUMNS_OPTION() macro from include/c.h */ - fputs(_(" -H, --list-columns list the available columns\n"), out); + fprintf(out, USAGE_LIST_COLUMNS_OPTION(26)); fprintf(out, USAGE_HELP_OPTIONS(26)); fprintf(out, USAGE_MAN_TAIL("lslogins(1)"));