diff options
Diffstat (limited to 'selinux/runcon.c')
-rw-r--r-- | selinux/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c index 015a23322..37ac5d18f 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -104,7 +104,7 @@ int runcon_main(int argc, char **argv) applet_long_options = runcon_longopts; #endif opt_complementary = "-1"; - opts = getopt32(argc, argv, "r:t:u:l:ch", &role, &type, &user, &range); + opts = getopt32(argv, "r:t:u:l:ch", &role, &type, &user, &range); argv += optind; if (!(opts & OPTS_CONTEXT_COMPONENT)) { |