]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ipcs: align the first group of options with later ones in the usage text
authorBenno Schulenberg <bensberg@telfort.nl>
Tue, 25 Mar 2025 10:43:05 +0000 (11:43 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Mar 2025 09:50:46 +0000 (10:50 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/ipcs.c

index e77a657dba4e02798cdee09a585a7545bb354484..d30bc6ab648c343ed091873cef85104627f70e3a 100644 (file)
@@ -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 <id>  print details on resource identified by <id>\n"), out);
-       fprintf(out, USAGE_HELP_OPTIONS(16));
+       fputs(_(" -i, --id <id>     print details on resource identified by <id>\n"), out);
+       fprintf(out, USAGE_HELP_OPTIONS(19));
 
        fputs(USAGE_SEPARATOR, out);
        fputs(_("Resource options:\n"), out);