# HG changeset patch # User Milko Krachounov # Date 1297168281 -7200 # Node ID 8c37b046c0605c4f71b78feb003e4d315b0f091f # Parent 956f5aa5be854a5cf05252cff4324f1f4b7018ad Fix a typo in long opts diff -r 956f5aa5be85 -r 8c37b046c060 src/fdisk.c --- a/src/fdisk.c Sun Jan 10 13:40:10 2010 +0100 +++ b/src/fdisk.c Tue Feb 08 14:31:21 2011 +0200 @@ -112,7 +112,7 @@ { "script", no_argument, NULL, 'p', "never prompts for user intervention"}, { "sector-units", no_argument, NULL, 'u', "use sectors instead of cylinder as a default unit"}, { "sector-size", required_argument, NULL, 'b', "specify the sector size in bytes"}, - { "cilyndres", required_argument, NULL, 'C', "specify the number of cylinders, actually does nothing"}, + { "cylinders", required_argument, NULL, 'C', "specify the number of cylinders, actually does nothing"}, { "heads", required_argument, NULL, 'H', "in lfdisk, specify the number of heads of the disk"}, { "sectors", required_argument, NULL, 'S', "in lfdisk, specify the number of sectors per track"}, { "list-partition-types", no_argument, NULL, 't', "displays a list of supported partition types"},