---
 toys/posix/file.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
From d7d33db40675db3ea591795e42dc608fc1b6654f Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Wed, 2 Oct 2019 18:38:12 -0700
Subject: [PATCH] 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
-- 
2.23.0.581.g78d2f28ef7-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to