From: Benno Schulenberg Date: Tue, 25 Mar 2025 10:43:05 +0000 (+0100) Subject: ipcs: align the first group of options with later ones in the usage text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed0efcb48a0ddf12ec2205e9c4324b33e348fcfa;p=thirdparty%2Futil-linux.git ipcs: align the first group of options with later ones in the usage text Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index e77a657db..d30bc6ab6 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);