diff options
author | Denys Vlasenko | 2017-07-18 22:25:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-18 22:25:58 +0200 |
commit | 9880f86d6e68a2a9b0d691ad0667f38d73eb89e0 (patch) | |
tree | 518c759884da86c276d6b000e1610815544c4f8b | |
parent | 8ecd8614063507a6be2bcf71938eb9bb34465b87 (diff) | |
download | busybox-9880f86d6e68a2a9b0d691ad0667f38d73eb89e0.zip busybox-9880f86d6e68a2a9b0d691ad0667f38d73eb89e0.tar.gz |
hdparm: remove contradicting size info in config help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/hdparm.c | 3 |
1 files changed, 1 insertions, 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" |