Added missing help text for -assess_indev_features
This commit is contained in:
parent
5600508ab0
commit
163129ca6a
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2022 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2023 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -2042,6 +2042,10 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
" -toc_of \"in\"|\"out\"|\"all\"[\":short\"]",
|
" -toc_of \"in\"|\"out\"|\"all\"[\":short\"]",
|
||||||
" Show -toc of either input drive or output drive or both.",
|
" Show -toc of either input drive or output drive or both.",
|
||||||
"",
|
"",
|
||||||
|
" -assess_indev_features \"plain\"|\"cmd\"|\"as_mkisofs\"|\"replay\"",
|
||||||
|
" Inspect the filesystem on -indev for features like ISO level,",
|
||||||
|
" Rock Ridge, or file name relaxations.",
|
||||||
|
"",
|
||||||
" -mount_cmd drive entity id path",
|
" -mount_cmd drive entity id path",
|
||||||
" Print to result channel a command suitable to mount the",
|
" Print to result channel a command suitable to mount the",
|
||||||
" depicted entity (see -load) at the given directory path.",
|
" depicted entity (see -load) at the given directory path.",
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2023.01.22.152155"
|
#define Xorriso_timestamP "2023.02.08.200727"
|
||||||
|
Loading…
Reference in New Issue
Block a user