diff options
Diffstat (limited to 'selinux/getsebool.c')
-rw-r--r-- | selinux/getsebool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/getsebool.c b/selinux/getsebool.c index b059003..06a2980 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -16,7 +16,7 @@ int getsebool_main(int argc, char **argv) unsigned opt; selinux_or_die(); - opt = getopt32(argc, argv, "a"); + opt = getopt32(argv, "a"); if (opt) { /* -a */ if (argc > 2) |