diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-19 14:29:42 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-19 14:29:42 +0100 |
commit | 704c606f480ff9b274582fabb2c4006919f9542d (patch) | |
tree | 4617e76d38afc43e4b5b78035c028d93a4d6c081 /util-linux/fdisk.c | |
parent | cccf8e735da9eb62f1de021534ca50255d82e931 (diff) |
fdisk: add typical values of -H and -S to --help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 4 |
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 @@ //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 */ |