From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> This was forgotton during my last cleanup because the build was auto-disabled on my system. Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- sys-utils/setpriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index 41a865f..1e5c0b4 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -139,7 +139,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" --apparmor-profile <pr> set AppArmor profile\n"), out); fputs(USAGE_SEPARATOR, out); - print_usage_help_options(16); + print_usage_help_options(29); fputs(USAGE_SEPARATOR, out); fputs(_(" This tool can be dangerous. Read the manpage, and be careful.\n"), out); fprintf(out, USAGE_MAN_TAIL("setpriv(1)")); -- 1.8.5.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html