Added contact information to help texts
This commit is contained in:
parent
086a9a69fd
commit
bf0a3f015b
@ -95,6 +95,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
|
|||||||
"lending its libburn capabilities to a very limited cdrecord emulation. Only",
|
"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 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 same project.",
|
||||||
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
|
||||||
"@End_of_helptexT@"
|
"@End_of_helptexT@"
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
@ -949,6 +950,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
|||||||
" --no_rc Do not execute startup files",
|
" --no_rc Do not execute startup files",
|
||||||
" -v, -verbose Verbose",
|
" -v, -verbose Verbose",
|
||||||
" -version Print the current version",
|
" -version Print the current version",
|
||||||
|
"",
|
||||||
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
|
||||||
"@End_of_helptexT@"
|
"@End_of_helptexT@"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2492,6 +2492,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
" @@@ aborts the current action",
|
" @@@ aborts the current action",
|
||||||
" other aborts the current action and executes input as new command",
|
" other aborts the current action and executes input as new command",
|
||||||
"",
|
"",
|
||||||
|
"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
|
||||||
|
"",
|
||||||
|
|
||||||
#endif /* ! Xorriso_no_helP */
|
#endif /* ! Xorriso_no_helP */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user