aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-19 14:29:42 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-19 14:29:42 +0100
commit704c606f480ff9b274582fabb2c4006919f9542d (patch)
tree4617e76d38afc43e4b5b78035c028d93a4d6c081
parentcccf8e735da9eb62f1de021534ca50255d82e931 (diff)
downloadbusybox-w32-704c606f480ff9b274582fabb2c4006919f9542d.tar.gz
busybox-w32-704c606f480ff9b274582fabb2c4006919f9542d.tar.bz2
busybox-w32-704c606f480ff9b274582fabb2c4006919f9542d.zip
fdisk: add typical values of -H and -S to --help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/fdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 54f37baa6..916d4e30e 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -103,8 +103,8 @@
103//usage: ) 103//usage: )
104//usage: "\n -b 2048 (for certain MO disks) use 2048-byte sectors" 104//usage: "\n -b 2048 (for certain MO disks) use 2048-byte sectors"
105//usage: "\n -C CYLINDERS Set number of cylinders/heads/sectors" 105//usage: "\n -C CYLINDERS Set number of cylinders/heads/sectors"
106//usage: "\n -H HEADS" 106//usage: "\n -H HEADS Typically 255"
107//usage: "\n -S SECTORS" 107//usage: "\n -S SECTORS Typically 63"
108 108
109#ifndef _LARGEFILE64_SOURCE 109#ifndef _LARGEFILE64_SOURCE
110/* For lseek64 */ 110/* For lseek64 */