aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
commitbbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch)
tree150b33e048693b206af92b258a76d859bcf2a1d8 /selinux
parentf6e20724d4aac3655e921ff6072e60bbe182b273 (diff)
downloadbusybox-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz
make --help texts more uniform
function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux')
-rw-r--r--selinux/chcon.c10
-rw-r--r--selinux/runcon.c8
2 files changed, 9 insertions, 9 deletions
diff --git a/selinux/chcon.c b/selinux/chcon.c
index 4a9a4d3d5..ba9b08638 100644
--- a/selinux/chcon.c
+++ b/selinux/chcon.c
@@ -36,11 +36,11 @@
//usage: "\n -c,--changes Report changes made"
//usage: "\n -h,--no-dereference Affect symlinks instead of their targets"
//usage: "\n -f,--silent,--quiet Suppress most error messages"
-//usage: "\n --reference=RFILE Use RFILE's group instead of using a CONTEXT value"
-//usage: "\n -u,--user=USER Set user/role/type/range in the target"
-//usage: "\n -r,--role=ROLE security context"
-//usage: "\n -t,--type=TYPE"
-//usage: "\n -l,--range=RANGE"
+//usage: "\n --reference RFILE Use RFILE's group instead of using a CONTEXT value"
+//usage: "\n -u,--user USER Set user/role/type/range in the target"
+//usage: "\n -r,--role ROLE security context"
+//usage: "\n -t,--type TYPE"
+//usage: "\n -l,--range RANGE"
//usage: "\n -R,--recursive Recurse"
//usage: )
//usage: IF_NOT_FEATURE_CHCON_LONG_OPTIONS(
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"