|
|
|
@ -95,6 +95,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
|
|
|
|
|
"lending its libburn capabilities to a very limited cdrecord emulation. Only",
|
|
|
|
|
"a single data track can be burnt to blank, appendable or overwritable media.",
|
|
|
|
|
"A much more elaborate cdrecord emulator is cdrskin from the same project.",
|
|
|
|
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
|
|
|
|
|
"@End_of_helptexT@"
|
|
|
|
|
};
|
|
|
|
|
int i;
|
|
|
|
@ -949,6 +950,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
|
|
|
|
" --no_rc Do not execute startup files",
|
|
|
|
|
" -v, -verbose Verbose",
|
|
|
|
|
" -version Print the current version",
|
|
|
|
|
"",
|
|
|
|
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
|
|
|
|
|
"@End_of_helptexT@"
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|