diff options
Diffstat (limited to 'selinux')
-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 6c3f518fc..015a23322 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c | |||
@@ -75,7 +75,7 @@ static const char runcon_longopts[] ALIGN1 = | |||
75 | "type\0" Required_argument "t" | 75 | "type\0" Required_argument "t" |
76 | "range\0" Required_argument "l" | 76 | "range\0" Required_argument "l" |
77 | "compute\0" No_argument "c" | 77 | "compute\0" No_argument "c" |
78 | "help\0" No_argument "h" | 78 | "help\0" No_argument "h" |
79 | ; | 79 | ; |
80 | #endif | 80 | #endif |
81 | 81 | ||