aboutsummaryrefslogtreecommitdiff
path: root/toys/android/restorecon.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/android/restorecon.c')
-rw-r--r--toys/android/restorecon.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/toys/android/restorecon.c b/toys/android/restorecon.c
index 5ea6b3f9..39261fd9 100644
--- a/toys/android/restorecon.c
+++ b/toys/android/restorecon.c
@@ -13,11 +13,11 @@ config RESTORECON
Restores the default security contexts for the given files.
- -D apply to /data/data too
- -F force reset
- -R recurse into directories
- -n don't make any changes; useful with -v to see what would change
- -v verbose: show any changes
+ -D Apply to /data/data too
+ -F Force reset
+ -R Recurse into directories
+ -n Don't make any changes; useful with -v to see what would change
+ -v Verbose
*/
#define FOR_restorecon