]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setpriv: align --help
authorRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 27 Jun 2017 18:36:11 +0000 (20:36 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Thu, 29 Jun 2017 12:04:32 +0000 (14:04 +0200)
This was forgotton during my last cleanup because the build was
auto-disabled on my system.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
sys-utils/setpriv.c

index 41a865ff11d5900fe2e341247933e85a60a27f6e..1e5c0b499dd7b6a1b900f53c50fe1ccdc7ccb92a 100644 (file)
@@ -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)"));