aboutsummaryrefslogtreecommitdiff
path: root/toys/other/chcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/chcon.c')
-rw-r--r--toys/other/chcon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/other/chcon.c b/toys/other/chcon.c
index a071eef5..cdbabf76 100644
--- a/toys/other/chcon.c
+++ b/toys/other/chcon.c
@@ -13,9 +13,9 @@ config CHCON
Change the SELinux security context of listed file[s].
- -h change symlinks instead of what they point to
- -R recurse into subdirectories
- -v verbose output
+ -h Change symlinks instead of what they point to
+ -R Recurse into subdirectories
+ -v Verbose
*/
#define FOR_chcon