Start 1.33.0 development cycle
[oweals/busybox.git] / util-linux / findfs.c
index 359da581fc0bd421422cdcebbc7aeeabf2ca448b..7ca9dc96b73e07215cc3b94e7cbeafe5769bd70b 100644 (file)
@@ -8,14 +8,12 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FINDFS
-//config:      bool "findfs (11 kb)"
+//config:      bool "findfs (12 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      select VOLUMEID
 //config:      help
 //config:      Prints the name of a filesystem with given label or UUID.
-//config:      WARNING:
-//config:      With all submodules selected, it will add ~8k to busybox.
 
 /* Benefits from suid root: better access to /dev/BLOCKDEVs: */
 //applet:IF_FINDFS(APPLET(findfs, BB_DIR_SBIN, BB_SUID_MAYBE))