Added GNU Coding Style compliant versions of contact information to help texts
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user