]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
waitpid: fix help alignment
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 11 Feb 2023 04:24:25 +0000 (04:24 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 11 Feb 2023 04:24:34 +0000 (04:24 +0000)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/waitpid.c

index ca28b248a193bd07fd4c6ccdf16b0f0462785bc0..87dc6a110b6b2897bbb4d5401f50f740be6f2c79 100644 (file)
@@ -163,7 +163,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -e, --exited            allow exited PIDs\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       fprintf(out, USAGE_HELP_OPTIONS(23));
+       fprintf(out, USAGE_HELP_OPTIONS(25));
 
        fprintf(out, USAGE_MAN_TAIL("waitpid(1)"));