diff options
Diffstat (limited to 'toys/android')
-rw-r--r-- | toys/android/log.c | 4 | ||||
-rw-r--r-- | toys/android/restorecon.c | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/toys/android/log.c b/toys/android/log.c index f9545ab8..3fbc95a0 100644 --- a/toys/android/log.c +++ b/toys/android/log.c @@ -13,9 +13,9 @@ config LOG Logs message to logcat. - -p use the given priority instead of INFO: + -p Use the given priority instead of INFO: d: DEBUG e: ERROR f: FATAL i: INFO v: VERBOSE w: WARN s: SILENT - -t use the given tag instead of "log" + -t Use the given tag instead of "log" */ #define FOR_log 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 |