diff options
author | Bernhard Reutner-Fischer | 2007-03-14 08:52:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-03-14 08:52:28 +0000 |
commit | 26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2 (patch) | |
tree | 2260000f09511aa7c123ce6b651c9d1a91083a62 /include/usage.h | |
parent | fe42d17318fffed53f02617fd668d896000bdd28 (diff) | |
download | busybox-26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2.zip busybox-26a8016da6d4bb1b92efae8b83fbd6b3dcc5e5a2.tar.gz |
- change option -c to -Z to match newer upstream SElinux conventions
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 2370373..7abd9ef 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") |