diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index e2f9a223d..3b85808b5 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -16,16 +16,16 @@ | |||
16 | //config: bool "stat (10 kb)" | 16 | //config: bool "stat (10 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: display file or filesystem status. | 19 | //config: display file or filesystem status. |
20 | //config: | 20 | //config: |
21 | //config:config FEATURE_STAT_FORMAT | 21 | //config:config FEATURE_STAT_FORMAT |
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: help | 25 | //config: help |
26 | //config: Without this, stat will not support the '-c format' option where | 26 | //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 | 27 | //config: users can pass a custom format string for output. This adds about |
28 | //config: 7k to a nonstatic build on amd64. | 28 | //config: 7k to a nonstatic build on amd64. |
29 | //config: | 29 | //config: |
30 | //config:config FEATURE_STAT_FILESYSTEM | 30 | //config:config FEATURE_STAT_FILESYSTEM |
31 | //config: bool "Enable display of filesystem status (-f)" | 31 | //config: bool "Enable display of filesystem status (-f)" |
@@ -33,8 +33,8 @@ | |||
33 | //config: depends on STAT | 33 | //config: depends on STAT |
34 | //config: select PLATFORM_LINUX # statfs() | 34 | //config: select PLATFORM_LINUX # statfs() |
35 | //config: help | 35 | //config: help |
36 | //config: Without this, stat will not support the '-f' option to display | 36 | //config: Without this, stat will not support the '-f' option to display |
37 | //config: information about filesystem status. | 37 | //config: information about filesystem status. |
38 | 38 | ||
39 | //applet:IF_STAT(APPLET(stat, BB_DIR_BIN, BB_SUID_DROP)) | 39 | //applet:IF_STAT(APPLET(stat, BB_DIR_BIN, BB_SUID_DROP)) |
40 | 40 | ||