---
 toys/posix/du.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
From 96f2fe011b690c0fdf765aa3f24d283e3e7d80e6 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Thu, 26 Mar 2020 16:05:45 -0700
Subject: [PATCH] du: consistent --help capitalization.

---
 toys/posix/du.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toys/posix/du.c b/toys/posix/du.c
index 31cc87bc..86118676 100644
--- a/toys/posix/du.c
+++ b/toys/posix/du.c
@@ -19,7 +19,7 @@ config DU
     Show disk usage, space consumed by files and directories.
 
     Size in:
-    -b	apparent bytes (directory listing size, not space used)
+    -b	Apparent bytes (directory listing size, not space used)
     -k	1024 byte blocks (default)
     -K	512 byte blocks (posix)
     -m	Megabytes
-- 
2.25.1.696.g5e7596f4ac-goog

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

Reply via email to