aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index c332e5dc8..93cf03bf2 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -22,6 +22,7 @@
22//config: bool "Enable custom formats (-c)" 22//config: bool "Enable custom formats (-c)"
23//config: default y 23//config: default y
24//config: depends on STAT 24//config: depends on STAT
25//config: select PLATFORM_LINUX # statfs()
25//config: help 26//config: help
26//config: Without this, stat will not support the '-c format' option where 27//config: Without this, stat will not support the '-c format' option where
27//config: users can pass a custom format string for output. This adds about 28//config: users can pass a custom format string for output. This adds about