[git commit] fdisk: add typical values of -H and -S to --help

Denys Vlasenko vda.linux at googlemail.com
Thu Jan 19 13:29:42 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=704c606f480ff9b274582fabb2c4006919f9542d
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/fdisk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 54f37ba..916d4e3 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -103,8 +103,8 @@
 //usage:	)
 //usage:     "\n	-b 2048		(for certain MO disks) use 2048-byte sectors"
 //usage:     "\n	-C CYLINDERS	Set number of cylinders/heads/sectors"
-//usage:     "\n	-H HEADS"
-//usage:     "\n	-S SECTORS"
+//usage:     "\n	-H HEADS	Typically 255"
+//usage:     "\n	-S SECTORS	Typically 63"
 
 #ifndef _LARGEFILE64_SOURCE
 /* For lseek64 */


More information about the busybox-cvs mailing list