mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
makefs: use 'm' for cd9660 allow-multidot, per NetBSD
NetBSD revisions: cd9660.c 1.55 Obtained from: NetBSD
This commit is contained in:
parent
aeccc5c944
commit
babca35cb2
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ cd9660_prep_opts(fsinfo_t *fsopts)
|
|||
"Allow 37 char filenames (unimplemented)"),
|
||||
OPT_BOOL('i', "allow-illegal-chars", allow_illegal_chars,
|
||||
"Allow illegal characters in filenames"),
|
||||
OPT_BOOL('d', "allow-multidot", allow_multidot,
|
||||
OPT_BOOL('m', "allow-multidot", allow_multidot,
|
||||
"Allow multiple periods in filenames"),
|
||||
OPT_BOOL('o', "omit-trailing-period", omit_trailing_period,
|
||||
"Omit trailing periods in filenames"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue