summaryrefslogtreecommitdiffstats
path: root/sys-utils/setpriv.c
diff options
context:
space:
mode:
authorJohn W Higgins2018-12-18 02:11:44 +0100
committerGitHub2018-12-18 02:11:44 +0100
commit24fa736d9157fba97f2107e7190ce97759254d73 (patch)
treeea59e759efb9a56ea4ad2dedfb7c5ac3e78c99e0 /sys-utils/setpriv.c
parentlibblkid: (bluestore) terminate magic strings array (diff)
downloadkernel-qcow2-util-linux-24fa736d9157fba97f2107e7190ce97759254d73.tar.gz
kernel-qcow2-util-linux-24fa736d9157fba97f2107e7190ce97759254d73.tar.xz
kernel-qcow2-util-linux-24fa736d9157fba97f2107e7190ce97759254d73.zip
Remove duplicate entry for reset-env from usage
I assume the second entry was not desired in the original commit. Line 153-154 would appear to be a duplicate
Diffstat (limited to 'sys-utils/setpriv.c')
-rw-r--r--sys-utils/setpriv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c
index eba5decab..828ddc12f 100644
--- a/sys-utils/setpriv.c
+++ b/sys-utils/setpriv.c
@@ -145,7 +145,6 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" --init-groups initialize supplementary groups\n"), out);
fputs(_(" --groups <group,...> set supplementary groups by UID or name\n"), out);
fputs(_(" --securebits <bits> set securebits\n"), out);
- fputs(_(" --reset-env reset environment variables\n"), out);
fputs(_(" --pdeathsig keep|clear|<signame>\n"
" set or clear parent death signal\n"), out);
fputs(_(" --selinux-label <label> set SELinux label\n"), out);