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

master
Thomas Schmitt 3 years ago
parent bf0a3f015b
commit 49690fcac7

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

@ -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 */

@ -1 +1 @@
#define Xorriso_timestamP "2020.01.02.220502"
#define Xorriso_timestamP "2020.01.20.132834"

Loading…
Cancel
Save