aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/df.c')
-rw-r--r--coreutils/df.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/df.c b/coreutils/df.c
index 900c57ea2..27dd2b5a8 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -21,17 +21,17 @@
21//config: bool "df (7.5 kb)" 21//config: bool "df (7.5 kb)"
22//config: default y 22//config: default y
23//config: help 23//config: help
24//config: df reports the amount of disk space used and available 24//config: df reports the amount of disk space used and available
25//config: on filesystems. 25//config: on filesystems.
26//config: 26//config:
27//config:config FEATURE_DF_FANCY 27//config:config FEATURE_DF_FANCY
28//config: bool "Enable -a, -i, -B" 28//config: bool "Enable -a, -i, -B"
29//config: default y 29//config: default y
30//config: depends on DF 30//config: depends on DF
31//config: help 31//config: help
32//config: -a Show all filesystems 32//config: -a Show all filesystems
33//config: -i Inodes 33//config: -i Inodes
34//config: -B <SIZE> Blocksize 34//config: -B <SIZE> Blocksize
35 35
36//applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP)) 36//applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP))
37 37