aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 869bf108..5f18a539 100644
--- a/toys/posix/file.c
+++ b/toys/posix/file.c
@@ -10,14 +10,14 @@ config FILE
bool "file"
default y
help
- usage: file [-bhL] [file...]
+ usage: file [-bhLs] [file...]
Examine the given files and describe their content types.
-b Brief (no filename)
-h Don't follow symlinks (default)
-L Follow symlinks
- -s show block/char device contents
+ -s Show block/char device contents
*/
#define FOR_file