From d376344bfd834c73347b8e523231438969b7220f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 28 Jun 2018 21:47:16 -0500 Subject: Tweak help text to clarify time fields are access/modification/creation time. --- toys/other/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/other/stat.c') 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 -- cgit v1.2.3