Big cleanup in config help and description
[oweals/busybox.git] / coreutils / df.c
index 79e4c4670af9dffbdde855ccbb81d84c607b8ffa..cf367161a6aab8f0f0223881752a7f7c2e412533 100644 (file)
 //config:      default y
 //config:      depends on DF
 //config:      help
-//config:        This option enables -a, -i and -B.
-//config:
-//config:          -a Show all filesystems
-//config:          -i Inodes
-//config:          -B <SIZE> Blocksize
+//config:        -a Show all filesystems
+//config:        -i Inodes
+//config:        -B <SIZE> Blocksize
 
 //applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP))