>From 5133450a061310373fbd7dacd6f7402970fcbf39 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Mon, 9 Oct 2017 18:41:05 -0600 Subject: [PATCH] stat: update usage with --terse FORMAT (inlined in --terse) --- src/stat.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/stat.c b/src/stat.c index e505de7..4f73fa4 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1506,7 +1506,16 @@ Display file or file system status.\n\ --printf=FORMAT like --format, but interpret backslash escapes,\n\ and do not output a mandatory trailing newline;\n\ if you want a newline, include \\n in FORMAT\n\ - -t, --terse print the information in terse form\n\ +"), stdout); + fputs (_("\ + -t, --terse print the information in terse form;\n\ + without -f equivalent to FORMAT:\n\ + %n %s %b %f %u %g %D %i %h %t %T %X %Y %Z %W %o %C\n\ + with -f equivalent to FORMAT:\n\ + %n %i %l %t %s %S %b %f %a %c %d\n\ +"), stdout); + fputs (_("\ +\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); -- 2.7.4