Cleanup whitespace
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
d5116bd45b
commit
84bffc43a7
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue