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/runcon.c | |
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/runcon.c')
-rw-r--r-- | selinux/runcon.c | 8 |
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 @@ | |||
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" |