diff options
author | Denys Vlasenko | 2017-01-21 02:49:58 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-21 02:49:58 +0100 |
commit | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch) | |
tree | 150b33e048693b206af92b258a76d859bcf2a1d8 /selinux/runcon.c | |
parent | f6e20724d4aac3655e921ff6072e60bbe182b273 (diff) | |
download | busybox-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.zip busybox-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/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 a30e355..82f4d50 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" |