2009-11-09 Felix Zielcke <fzielcke@z-51.de>
* util/mkisofs/mkisofs.c (ld_options): Fix a spelling mistake.
This commit is contained in:
parent
4825d7908c
commit
6a9cead5cf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-11-09 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/mkisofs/mkisofs.c (ld_options): Fix a spelling mistake.
|
||||
|
||||
2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* util/mkisofs/fnmatch.c: Remove.
|
||||
|
|
|
@ -206,7 +206,7 @@ static const struct ld_option ld_options[] =
|
|||
{ {"eltorito-catalog", required_argument, NULL, 'c'},
|
||||
'c', "FILE", "Set El Torito boot catalog name" , ONE_DASH },
|
||||
{ {"cdwrite-params", required_argument, NULL, 'C'},
|
||||
'C', "PARAMS", "Magic paramters from cdrecord" , ONE_DASH },
|
||||
'C', "PARAMS", "Magic parameters from cdrecord" , ONE_DASH },
|
||||
{ {"omit-period", no_argument, NULL, 'd'},
|
||||
'd', NULL, "Omit trailing periods from filenames", ONE_DASH },
|
||||
{ {"disable-deep-relocation", no_argument, NULL, 'D'},
|
||||
|
|
Loading…
Reference in a new issue