aboutsummaryrefslogtreecommitdiff
path: root/selinux/runcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/runcon.c')
-rw-r--r--selinux/runcon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c
index a30e3552f..82f4d50d3 100644
--- a/selinux/runcon.c
+++ b/selinux/runcon.c
@@ -52,10 +52,10 @@
//usage: "\n CONTEXT Complete security context\n"
//usage: IF_FEATURE_RUNCON_LONG_OPTIONS(
//usage: "\n -c,--compute Compute process transition context before modifying"
-//usage: "\n -t,--type=TYPE Type (for same role as parent)"
-//usage: "\n -u,--user=USER User identity"
-//usage: "\n -r,--role=ROLE Role"
-//usage: "\n -l,--range=RNG Levelrange"
+//usage: "\n -t,--type TYPE Type (for same role as parent)"
+//usage: "\n -u,--user USER User identity"
+//usage: "\n -r,--role ROLE Role"
+//usage: "\n -l,--range RNG Levelrange"
//usage: )
//usage: IF_NOT_FEATURE_RUNCON_LONG_OPTIONS(
//usage: "\n -c Compute process transition context before modifying"