diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
commit | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch) | |
tree | 150b33e048693b206af92b258a76d859bcf2a1d8 /selinux | |
parent | f6e20724d4aac3655e921ff6072e60bbe182b273 (diff) | |
download | busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.bz2 busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.zip |
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.c | 10 | ||||
-rw-r--r-- | selinux/runcon.c | 8 |
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 @@ | |||
36 | //usage: "\n -c,--changes Report changes made" | 36 | //usage: "\n -c,--changes Report changes made" |
37 | //usage: "\n -h,--no-dereference Affect symlinks instead of their targets" | 37 | //usage: "\n -h,--no-dereference Affect symlinks instead of their targets" |
38 | //usage: "\n -f,--silent,--quiet Suppress most error messages" | 38 | //usage: "\n -f,--silent,--quiet Suppress most error messages" |
39 | //usage: "\n --reference=RFILE Use RFILE's group instead of using a CONTEXT value" | 39 | //usage: "\n --reference RFILE Use RFILE's group instead of using a CONTEXT value" |
40 | //usage: "\n -u,--user=USER Set user/role/type/range in the target" | 40 | //usage: "\n -u,--user USER Set user/role/type/range in the target" |
41 | //usage: "\n -r,--role=ROLE security context" | 41 | //usage: "\n -r,--role ROLE security context" |
42 | //usage: "\n -t,--type=TYPE" | 42 | //usage: "\n -t,--type TYPE" |
43 | //usage: "\n -l,--range=RANGE" | 43 | //usage: "\n -l,--range RANGE" |
44 | //usage: "\n -R,--recursive Recurse" | 44 | //usage: "\n -R,--recursive Recurse" |
45 | //usage: ) | 45 | //usage: ) |
46 | //usage: IF_NOT_FEATURE_CHCON_LONG_OPTIONS( | 46 | //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 @@ | |||
52 | //usage: "\n CONTEXT Complete security context\n" | 52 | //usage: "\n CONTEXT Complete security context\n" |
53 | //usage: IF_FEATURE_RUNCON_LONG_OPTIONS( | 53 | //usage: IF_FEATURE_RUNCON_LONG_OPTIONS( |
54 | //usage: "\n -c,--compute Compute process transition context before modifying" | 54 | //usage: "\n -c,--compute Compute process transition context before modifying" |
55 | //usage: "\n -t,--type=TYPE Type (for same role as parent)" | 55 | //usage: "\n -t,--type TYPE Type (for same role as parent)" |
56 | //usage: "\n -u,--user=USER User identity" | 56 | //usage: "\n -u,--user USER User identity" |
57 | //usage: "\n -r,--role=ROLE Role" | 57 | //usage: "\n -r,--role ROLE Role" |
58 | //usage: "\n -l,--range=RNG Levelrange" | 58 | //usage: "\n -l,--range RNG Levelrange" |
59 | //usage: ) | 59 | //usage: ) |
60 | //usage: IF_NOT_FEATURE_RUNCON_LONG_OPTIONS( | 60 | //usage: IF_NOT_FEATURE_RUNCON_LONG_OPTIONS( |
61 | //usage: "\n -c Compute process transition context before modifying" | 61 | //usage: "\n -c Compute process transition context before modifying" |