projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccf8e7
)
fdisk: add typical values of -H and -S to --help
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 19 Jan 2017 13:29:42 +0000
(14:29 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 19 Jan 2017 13:29:42 +0000
(14:29 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/fdisk.c
b/util-linux/fdisk.c
index 54f37baa6d0d9537313caa464935961248ff77e4..916d4e30e4b15307cbf29af70ec5d825b1c50088 100644
(file)
--- 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 */