From 0f877c9f67a2406a1c06f692bb257bd3c1b1fb58 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 27 Feb 2010 19:09:07 -0500 Subject: [PATCH] Correct the comment to match the real spelling of these options. SVN-Revision: 2000 --- libarchive/archive_write_set_format_iso9660.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libarchive/archive_write_set_format_iso9660.c b/libarchive/archive_write_set_format_iso9660.c index 27312af9b..e7bfaf368 100644 --- a/libarchive/archive_write_set_format_iso9660.c +++ b/libarchive/archive_write_set_format_iso9660.c @@ -470,7 +470,7 @@ struct iso_option { #define OPT_BOOT_INFO_TABLE_DEFAULT 0 /* Disabled */ /* - * Usage : boot_load_seg= + * Usage : boot-load-seg= * Type : hexadecimal * Default: Not specified * COMPAT : mkisofs -boot-load-seg @@ -482,7 +482,7 @@ struct iso_option { #define OPT_BOOT_LOAD_SEG_DEFAULT 0 /* Not specified */ /* - * Usage : boot_load_size= + * Usage : boot-load-size= * Type : decimal * Default: Not specified * COMPAT : mkisofs -boot-load-size -- 2.47.3