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

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

View File

@ -94,8 +94,15 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
"Actually this is the integrated ISO RockRidge filesystem manipulator xorriso", "Actually this is the integrated ISO RockRidge filesystem manipulator xorriso",
"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 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 .", "Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
#endif
"@End_of_helptexT@" "@End_of_helptexT@"
}; };
int i; int i;
@ -951,7 +958,13 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
" -v, -verbose Verbose", " -v, -verbose Verbose",
" -version Print the current version", " -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 .", "Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
#endif
"@End_of_helptexT@" "@End_of_helptexT@"
}; };

View File

@ -2492,7 +2492,13 @@ 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",
"", "",
#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 .", "Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .",
#endif
"", "",
#endif /* ! Xorriso_no_helP */ #endif /* ! Xorriso_no_helP */

View File

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