From ed0efcb48a0ddf12ec2205e9c4324b33e348fcfa Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 25 Mar 2025 11:43:05 +0100 Subject: [PATCH] ipcs: align the first group of options with later ones in the usage text Signed-off-by: Benno Schulenberg --- sys-utils/ipcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index e77a657dba..d30bc6ab64 100644 --- a/sys-utils/ipcs.c +++ b/sys-utils/ipcs.c @@ -75,8 +75,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_("Show information on IPC facilities.\n"), out); fputs(USAGE_OPTIONS, out); - fputs(_(" -i, --id print details on resource identified by \n"), out); - fprintf(out, USAGE_HELP_OPTIONS(16)); + fputs(_(" -i, --id print details on resource identified by \n"), out); + fprintf(out, USAGE_HELP_OPTIONS(19)); fputs(USAGE_SEPARATOR, out); fputs(_("Resource options:\n"), out); -- 2.47.2