stat: output default formats for --terse in usage
commit5ab71e4d3f40ccf41b718ee728a45f05ae9f686e
authorAssaf Gordon <assafgordon@gmail.com>
Wed, 11 Oct 2017 20:33:28 +0000 (11 22:33 +0200)
committerAssaf Gordon <assafgordon@gmail.com>
Tue, 31 Oct 2017 22:31:16 +0000 (31 16:31 -0600)
tree6b91c834af60a945f0f418801cfde2e08afab048
parentb04ce61958c1f1fc264950f8d3b6058f640ee491
stat: output default formats for --terse in usage

Suggested by L A Walsh in https://bugs.gnu.org/28763 .

* src/stat.c (fmt_terse_fs): Define format for --terse -f here.
(fmt_terse_regular): Define format for --terse here.
(fmt_terse_selinux): Likewise for when SELinux is enabled.
(default_format): Use the above constants.
(usage): Output the formats for the terse modes.
src/stat.c