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 b059003c1..06a298061 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c | |||
@@ -16,7 +16,7 @@ int getsebool_main(int argc, char **argv) | |||
16 | unsigned opt; | 16 | unsigned opt; |
17 | 17 | ||
18 | selinux_or_die(); | 18 | selinux_or_die(); |
19 | opt = getopt32(argc, argv, "a"); | 19 | opt = getopt32(argv, "a"); |
20 | 20 | ||
21 | if (opt) { /* -a */ | 21 | if (opt) { /* -a */ |
22 | if (argc > 2) | 22 | if (argc > 2) |