From bf0a3f015b39a38878fe2b53d0c01348ebcb6e2b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 19 Jan 2020 10:55:48 +0100 Subject: [PATCH] Added contact information to help texts --- xorriso/emulators.c | 3 +++ xorriso/opts_d_h.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index d59e9593..7742b42f 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -95,6 +95,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag) "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.", +"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", "@End_of_helptexT@" }; int i; @@ -949,6 +950,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag) " --no_rc Do not execute startup files", " -v, -verbose Verbose", " -version Print the current version", +"", +"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", "@End_of_helptexT@" }; diff --git a/xorriso/opts_d_h.c b/xorriso/opts_d_h.c index 31b95182..c6ab2c09 100644 --- a/xorriso/opts_d_h.c +++ b/xorriso/opts_d_h.c @@ -2492,6 +2492,8 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag) " @@@ aborts the current action", " other aborts the current action and executes input as new command", "", +"Report any bugs to bug-xorriso@gnu.org or in private to scdbackup@gmx.net .", +"", #endif /* ! Xorriso_no_helP */