Added -translation-table to the list of ignroed -as mkisofs options

This commit is contained in:
Thomas Schmitt 2020-11-18 21:03:48 +01:00
parent abd65a7eb6
commit 9f5a6ea1a7
2 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
"-cache-inodes", "-check-oldnames",
"-L", "-no-bak", "-no-cache-inodes",
"-no-split-symlink-components", "-no-split-symlink-fields", "-nobak",
"-force-rr", "-T",
"-force-rr", "-T", "-translation-table",
"-no-iso-translate",
""
};

View File

@ -1 +1 @@
#define Xorriso_timestamP "2020.11.07.113931"
#define Xorriso_timestamP "2020.11.18.200311"