aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 13:37:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 13:37:44 +0100
commitdf1ff103c9e0496e7de9528500cddff36701609e (patch)
tree53f77e9b20a663f6c78c35f0cf80ba41554cb3dd /util-linux/mkfs_minix.c
parent1476760600eff7c51c78b0ba02f1b08558178289 (diff)
downloadbusybox-df1ff103c9e0496e7de9528500cddff36701609e.tar.gz
config: add size information for three more applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mkfs_minix.c')
-rw-r--r--util-linux/mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index 69dfcd123..e191acbd0 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -63,7 +63,7 @@
* removed getopt based parser and added a hand rolled one.
*/
//config:config MKFS_MINIX
-//config: bool "mkfs_minix"
+//config: bool "mkfs.minix (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help