From 49690fcac750e779206c80069180f728e400a898 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 20 Jan 2020 14:29:19 +0100 Subject: [PATCH] Added GNU Coding Style compliant versions of contact information to help texts --- xorriso/emulators.c | 15 ++++++++++++++- xorriso/opts_d_h.c | 6 ++++++ xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index 7742b42f..ab1a54f2 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -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: ", +"General help using GNU software: ", +#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: ", +"General help using GNU software: ", +#else "Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", +#endif "@End_of_helptexT@" }; diff --git a/xorriso/opts_d_h.c b/xorriso/opts_d_h.c index c6ab2c09..646f8d17 100644 --- a/xorriso/opts_d_h.c +++ b/xorriso/opts_d_h.c @@ -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: ", +"General help using GNU software: ", +#else "Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", +#endif "", #endif /* ! Xorriso_no_helP */ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 29c584d0..48184369 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2020.01.02.220502" +#define Xorriso_timestamP "2020.01.20.132834"