option by a space, the correct form is for example '-u=cylinders'.
 
 .TP
-\fB\-C\fR, \fB\-\-geom\-cylinders\fR \fInumber\fR
+\fB\-C\fR, \fB\-\-cylinders\fR \fInumber\fR
 Specify the number of cylinders of the disk.
 I have no idea why anybody would want to do so.
 .TP
-\fB\-H\fR, \fB\-\-geom\-heads\fR \fInumber\fR
+\fB\-H\fR, \fB\-\-heads\fR \fInumber\fR
 Specify the number of heads of the disk.  (Not the physical number,
 of course, but the number used for partition tables.)
 Reasonable values are 255 and 16.
 .TP
-\fB\-S\fR, \fB\-\-geom\-sectors\fR \fInumber\fR
+\fB\-S\fR, \fB\-\-sectors\fR \fInumber\fR
 Specify the number of sectors per track of the disk.
 (Not the physical number, of course, but the number used for
 partition tables.) A reasonable value is 63.
 
        fputs(_(" -s, --getsz                   display device size in 512-byte sectors [DEPRECATED]\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       fputs(_(" -C, --geom-cylinders <number> specify the number of cylinders\n"), out);
-       fputs(_(" -H, --geom-heads <number>     specify the number of heads\n"), out);
-       fputs(_(" -S, --geom-sectors <number>   specify the number of sectors per track\n"), out);
+       fputs(_(" -C, --cylinders <number>      specify the number of cylinders\n"), out);
+       fputs(_(" -H, --heads <number>          specify the number of heads\n"), out);
+       fputs(_(" -S, --sectors <number>        specify the number of sectors per track\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(USAGE_HELP, out);
        static const struct option longopts[] = {
                { "color",          optional_argument, NULL, 'L' },
                { "compatibility",  optional_argument, NULL, 'c' },
-               { "geom-cylinders", required_argument, NULL, 'C' },
-               { "geom-heads",     required_argument, NULL, 'H' },
-               { "geom-sectors",   required_argument, NULL, 'S' },
+               { "cylinders",      required_argument, NULL, 'C' },
+               { "heads",          required_argument, NULL, 'H' },
+               { "sectors",        required_argument, NULL, 'S' },
                { "getsz",          no_argument,       NULL, 's' },
                { "help",           no_argument,       NULL, 'h' },
                { "list",           no_argument,       NULL, 'l' },