]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Remove duplicate entry for reset-env from usage
authorJohn W Higgins <wishdev@gmail.com>
Tue, 18 Dec 2018 01:11:44 +0000 (17:11 -0800)
committerKarel Zak <kzak@redhat.com>
Fri, 4 Jan 2019 10:47:44 +0000 (11:47 +0100)
I assume the second entry was not desired in the original commit. Line 153-154 would appear to be a duplicate

sys-utils/setpriv.c

index eba5decab3a0183845bc6b3d71b047e5d5890988..828ddc12fd1cd6ab8cb8d6120110e579c0fbdf9e 100644 (file)
@@ -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);