Signed-off-by: Dan Walsh <dwalsh@xxxxxxxxxx> --- policycoreutils/setsebool/setsebool.8 | 1 - policycoreutils/setsebool/setsebool.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/policycoreutils/setsebool/setsebool.8 b/policycoreutils/setsebool/setsebool.8 index 7338f15..916a58c 100644 --- a/policycoreutils/setsebool/setsebool.8 +++ b/policycoreutils/setsebool/setsebool.8 @@ -20,7 +20,6 @@ the policy file on disk. So they will be persistent across reboots. If the \-N option is given, the policy on disk is not reloaded into the kernel. - If the \-V option is given, verbose error messages will be printed from semanage libraries. diff --git a/policycoreutils/setsebool/setsebool.c b/policycoreutils/setsebool/setsebool.c index 89412d0..b101f08 100644 --- a/policycoreutils/setsebool/setsebool.c +++ b/policycoreutils/setsebool/setsebool.c @@ -53,10 +53,10 @@ int main(int argc, char **argv) permanent = 1; break; case 'N': - reload = 0; + reload = 0; break; case 'V': - verbose = 1; + verbose = 1; break; default: usage(); -- 1.8.4.2 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.