syslxopt: remove lengthy warning message
authorH. Peter Anvin <hpa@zytor.com>
Fri, 30 Jul 2010 17:20:08 +0000 (10:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 Jul 2010 17:20:08 +0000 (10:20 -0700)
Remove a lengthy warning message which cause the actual command
reference to overflow a 24-line screen.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
libinstaller/syslxopt.c

index cc7555f..9b42c66 100644 (file)
@@ -126,16 +126,6 @@ void __attribute__ ((noreturn)) usage(int rv, enum syslinux_mode mode)
        fprintf(stderr,
                "  --force      -f  Ignore precautions\n");
 
-    fprintf(stderr,
-           "\n"
-           "  Note: geometry is determined at boot time for devices which\n"
-           "  are considered hard disks by the BIOS.  Unfortunately, this is\n"
-           "  not possible for devices which are considered floppy disks,\n"
-           "  which includes zipdisks and LS-120 superfloppies.\n"
-           "\n"
-           "  The -z option is useful for USB devices which are considered\n"
-           "  hard disks by some BIOSes and zipdrives by other BIOSes.");
-
     exit(rv);
 }