]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Correct the comment to match the real spelling of these options.
authorTim Kientzle <kientzle@gmail.com>
Sun, 28 Feb 2010 00:09:07 +0000 (19:09 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 28 Feb 2010 00:09:07 +0000 (19:09 -0500)
SVN-Revision: 2000

libarchive/archive_write_set_format_iso9660.c

index 27312af9b6857fa3b68cb727e8c3256c95bb7a4f..e7bfaf368496190451d21bc20b3306c33f3887e8 100644 (file)
@@ -470,7 +470,7 @@ struct iso_option {
 #define OPT_BOOT_INFO_TABLE_DEFAULT    0       /* Disabled */
 
        /*
-        * Usage  : boot_load_seg=<value>
+        * Usage  : boot-load-seg=<value>
         * Type   : hexadecimal
         * Default: Not specified
         * COMPAT : mkisofs -boot-load-seg <value>
@@ -482,7 +482,7 @@ struct iso_option {
 #define OPT_BOOT_LOAD_SEG_DEFAULT      0       /* Not specified */
 
        /*
-        * Usage  : boot_load_size=<value>
+        * Usage  : boot-load-size=<value>
         * Type   : decimal
         * Default: Not specified
         * COMPAT : mkisofs -boot-load-size <value>