Added GNU Coding Style compliant versions of contact information to help texts

This commit is contained in:
2020-01-20 14:29:19 +01:00
parent bf0a3f015b
commit 49690fcac7
3 changed files with 21 additions and 2 deletions

View File

@ -2492,7 +2492,13 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
" @@@ aborts the current action",
" other aborts the current action and executes input as new command",
"",
#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
"",
#endif /* ! Xorriso_no_helP */