|
|
|
@ -94,8 +94,15 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
|
|
|
|
|
"Actually this is the integrated ISO RockRidge filesystem manipulator xorriso", |
|
|
|
|
"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.", |
|
|
|
|
"A much more elaborate cdrecord emulator is cdrskin from the libburn package.", |
|
|
|
|
"", |
|
|
|
|
#ifdef Xorriso_GNU_xorrisO |
|
|
|
|
"Report bugs to: bug-xorriso@gnu.org , or in private to: scdbackup@gmx.net .", |
|
|
|
|
"xorriso home page: <https://www.gnu.org/software/xorriso/>", |
|
|
|
|
"General help using GNU software: <https://www.gnu.org/gethelp/>", |
|
|
|
|
#else |
|
|
|
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", |
|
|
|
|
#endif |
|
|
|
|
"@End_of_helptexT@" |
|
|
|
|
}; |
|
|
|
|
int i; |
|
|
|
@ -951,7 +958,13 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
|
|
|
|
" -v, -verbose Verbose", |
|
|
|
|
" -version Print the current version", |
|
|
|
|
"", |
|
|
|
|
#ifdef Xorriso_GNU_xorrisO |
|
|
|
|
"Report bugs to: bug-xorriso@gnu.org , or in private to: scdbackup@gmx.net .", |
|
|
|
|
"xorriso home page: <https://www.gnu.org/software/xorriso/>", |
|
|
|
|
"General help using GNU software: <https://www.gnu.org/gethelp/>", |
|
|
|
|
#else |
|
|
|
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", |
|
|
|
|
#endif |
|
|
|
|
"@End_of_helptexT@" |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|