>From c3a1564093dab6b2660969edb06f65f7c9655e80 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Mon, 9 Oct 2017 18:36:24 -0600 Subject: [PATCH] stat: update usage with --terse FORMAT (at end of usage) --- src/stat.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/stat.c b/src/stat.c index e505de7..e62afc1 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1571,6 +1571,14 @@ Valid format sequences for file systems:\n\ %t file system type in hex\n\ %T file system type in human readable form\n\ "), stdout); + + fputs (_("\n\ +--terse is equivalent to the following FORMAT:\n\ + %n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o %C\n\ +\n\ +--terse --file-system is equivalent to the following FORMAT:\n\ + %n %i %l %t %s %S %b %f %a %c %d\n\ +"), stdout); printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); emit_ancillary_info (PROGRAM_NAME); } -- 2.7.4