Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- 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 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 <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); -- 2.48.1