[git commit] hdparm: remove contradicting size info in config help

Denys Vlasenko vda.linux at googlemail.com
Tue Jul 18 20:25:58 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=9880f86d6e68a2a9b0d691ad0667f38d73eb89e0
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/hdparm.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 9811f33..af7fb99 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -17,8 +17,7 @@
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Get/Set hard drive parameters. Primarily intended for ATA
-//config:	  drives. Adds about 13k (or around 30k if you enable the
-//config:	  FEATURE_HDPARM_GET_IDENTITY option)....
+//config:	  drives.
 //config:
 //config:config FEATURE_HDPARM_GET_IDENTITY
 //config:	bool "Support obtaining detailed information directly from drives"


More information about the busybox-cvs mailing list