diff options
Diffstat (limited to 'toys/other/chcon.c')
-rw-r--r-- | toys/other/chcon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/other/chcon.c b/toys/other/chcon.c index 6dbdd13f..a071eef5 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 output */ #define FOR_chcon |