aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-14 08:52:28 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-14 08:52:28 +0000
commit26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2 (patch)
tree2260000f09511aa7c123ce6b651c9d1a91083a62 /include
parentfe42d17318fffed53f02617fd668d896000bdd28 (diff)
downloadbusybox-26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2.tar.gz
- change option -c to -Z to match newer upstream SElinux conventions
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 23703736f..7abd9ef7d 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2575,7 +2575,7 @@
"Report process status\n" \
USAGE_PS \
USE_SELINUX( \
- "\n -c Show SE Linux context") \
+ "\n -Z Show SE Linux context") \
USE_FEATURE_PS_WIDE( \
"\n w Wide output")