aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schmitt <scdbackup@gmx.net>2014-06-24 10:21:44 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2014-06-24 15:50:14 -0700
commit2a55ff620f39fca2640693def34767e6d5425cfb (patch)
tree8ebeebb8c8ca48baa9118879f5281b0e56286a64
parent1221f75d13fc1a5ca436ada6eb0cea17199a7bbe (diff)
downloadsyslinux-2a55ff620f39fca2640693def34767e6d5425cfb.tar.gz
syslinux-2a55ff620f39fca2640693def34767e6d5425cfb.tar.xz
syslinux-2a55ff620f39fca2640693def34767e6d5425cfb.zip
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@linux.intel.com>
-rw-r--r--utils/isohybrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index e308a82b..1a203213 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' },