X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fpartprobe.c;h=2c12a7d204ce51cbac7d742069411c4bc83cc4e7;hb=39701204cfa0f261beb2dc056024634e4c3afd71;hp=38831598d2dd5f625c2377a0dafea80f76ef75a8;hpb=ac47a00e2ec398b04c3141cd3434a6e4b95740b1;p=oweals%2Fbusybox.git diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c index 38831598d..2c12a7d20 100644 --- a/miscutils/partprobe.c +++ b/miscutils/partprobe.c @@ -5,11 +5,11 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config PARTPROBE -//config: bool "partprobe" +//config: bool "partprobe (3.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help -//config: Ask kernel to rescan partition table. +//config: Ask kernel to rescan partition table. //applet:IF_PARTPROBE(APPLET(partprobe, BB_DIR_USR_SBIN, BB_SUID_DROP))