Added contact information to help texts

This commit is contained in:
Thomas Schmitt 2020-01-19 10:55:48 +01:00
parent 086a9a69fd
commit bf0a3f015b
2 changed files with 5 additions and 0 deletions

View File

@ -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@"
};

View File

@ -2492,6 +2492,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" @@@ aborts the current action",
" 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 */