[syslinux:master] utils/isohybrid.c: Enable promised options -u, -m, -b

syslinux-bot for Thomas Schmitt scdbackup at gmx.net
Tue Jun 24 15:51:03 PDT 2014


Commit-ID:  2a55ff620f39fca2640693def34767e6d5425cfb
Gitweb:     http://www.syslinux.org/commit/2a55ff620f39fca2640693def34767e6d5425cfb
Author:     Thomas Schmitt <scdbackup at gmx.net>
AuthorDate: Tue, 24 Jun 2014 10:21:44 +0200
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 24 Jun 2014 15:50:14 -0700

utils/isohybrid.c: Enable promised options -u, -m, -b

This change enables the single-letter options -u, -m, -b as promised
by the help text.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 utils/isohybrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index e308a82..1a20321 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -262,7 +262,7 @@ check_option(int argc, char *argv[])
     char *err = NULL;
     int n = 0, ind = 0;
 
-    const char optstr[] = ":h:s:e:o:t:i:fcp?vV";
+    const char optstr[] = ":h:s:e:o:t:i:b:umfcp?vV";
     struct option lopt[] = \
     {
         { "entry", required_argument, NULL, 'e' },


More information about the Syslinux-commits mailing list