aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/file.c')
-rw-r--r--toys/posix/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/file.c b/toys/posix/file.c
index 7d7bc3eb..ad98621c 100644
--- a/toys/posix/file.c
+++ b/toys/posix/file.c
@@ -14,8 +14,8 @@ config FILE
Examine the given files and describe their content types.
- -h don't follow symlinks (default)
- -L follow symlinks
+ -h Don't follow symlinks (default)
+ -L Follow symlinks
*/
#define FOR_file