From 09c7c9ee1020ebb915c4fbaf4a55127f40ef3daa Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 2 Oct 2019 18:38:12 -0700 Subject: file.c: add -s to synopsis and fix case consistency. --- toys/posix/file.c | 4 ++-- 1 file 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 -- cgit v1.2.3