Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/basename.c b/coreutils/basename.c
index ace0148..6d82158 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -15,7 +15,7 @@
* 3) Save some space by using strcmp(). Calling strncmp() here was silly.
*/
//config:config BASENAME
-//config: bool "basename"
+//config: bool "basename (371 bytes)"
//config: default y
//config: help
//config: basename is used to strip the directory and suffix from filenames,