aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-06-28 21:47:16 -0500
committerRob Landley <rob@landley.net>2018-06-28 21:47:16 -0500
commitd376344bfd834c73347b8e523231438969b7220f (patch)
treec25d2affac61ac6355fc3cb380c5d7174060c233
parent28d780b265f71ebe735d480df1d10aef1ba029a7 (diff)
downloadtoybox-d376344bfd834c73347b8e523231438969b7220f.tar.gz
Tweak help text to clarify time fields are access/modification/creation time.
-rw-r--r--toys/other/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/stat.c b/toys/other/stat.c
index 9d64579e..a1e12d58 100644
--- a/toys/other/stat.c
+++ b/toys/other/stat.c
@@ -26,8 +26,8 @@ config STAT
%m Mount point |%n Filename |%N Long filename
%o I/O block size |%s Size (bytes) |%t Devtype major (hex)
%T Devtype minor (hex) |%u User ID |%U User name
- %x Access time |%X Access unix time |%y File write time
- %Y File write unix time|%z Dir change time |%Z Dir change unix time
+ %x Access time |%X Access unix time |%y Modification time
+ %Y Mod unix time |%z Creation time |%Z Creation unix time
The valid format escape sequences for filesystems:
%a Available blocks |%b Total blocks |%c Total inodes