summaryrefslogtreecommitdiffstats
path: root/sys-utils/setpriv.c
diff options
context:
space:
mode:
authorKarel Zak2013-11-19 14:42:22 +0100
committerKarel Zak2013-11-19 14:42:22 +0100
commitde81a77dea5dcadec068f00d34cf12a55ff9caf2 (patch)
treea171dcc125e59ba7ca8a8ae25e85becc8700c55e /sys-utils/setpriv.c
parentMerge branch 'fixes' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-de81a77dea5dcadec068f00d34cf12a55ff9caf2.tar.gz
kernel-qcow2-util-linux-de81a77dea5dcadec068f00d34cf12a55ff9caf2.tar.xz
kernel-qcow2-util-linux-de81a77dea5dcadec068f00d34cf12a55ff9caf2.zip
setpriv: simplify usage()
Let's keep usage() simple and details in the man page. The current brief description in usage() seems confusing for some users. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/setpriv.c')
-rw-r--r--sys-utils/setpriv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c
index fe8fbf8e2..a17f92509 100644
--- a/sys-utils/setpriv.c
+++ b/sys-utils/setpriv.c
@@ -106,8 +106,8 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fputs(_(" --keep-groups keep supplementary groups\n"), out);
fputs(_(" --groups <group,...> set supplementary groups\n"), out);
fputs(_(" --securebits <bits> set securebits\n"), out);
- fputs(_(" --selinux-label <label> set SELinux label (requires process:transition)\n"), out);
- fputs(_(" --apparmor-profile <pr> set AppArmor profile (requires onexec permission)\n"), out);
+ fputs(_(" --selinux-label <label> set SELinux label\n"), out);
+ fputs(_(" --apparmor-profile <pr> set AppArmor profile\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(USAGE_HELP, out);
fputs(USAGE_VERSION, out);