aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 20:41:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-24 20:41:55 +0000
commit99303b060880d7bd4d0959c803b729000c5c4d50 (patch)
tree37b1635865c4cefd82fdb10fc0e3e05468b2a7e3
parent747837446d4ced410bcdbe71deda6b216e02c647 (diff)
downloadgsc-99303b060880d7bd4d0959c803b729000c5c4d50.tar.gz
gsc-99303b060880d7bd4d0959c803b729000c5c4d50.tar.bz2
Print debug reporting email at the end of the help output
git-svn-id: file:///svnroot/gsc/trunk@290 d2de0444-eb31-0410-8365-af798a554d48
-rw-r--r--ckaliases/gram.y2
-rw-r--r--wydawca/wydawca.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ckaliases/gram.y b/ckaliases/gram.y
index 92346c7..33f0e39 100644
--- a/ckaliases/gram.y
+++ b/ckaliases/gram.y
@@ -140,6 +140,8 @@ usage ()
printf (" -V, --version print program version and exit\n");
printf (" -w FILE Read contents of Sendmail `w' class from the given\n");
printf (" file.\n");
+ printf ("\n");
+ printf ("Report bugs to <%s>\n", PACKAGE_BUGREPORT);
}
struct option options[] = {
diff --git a/wydawca/wydawca.c b/wydawca/wydawca.c
index 3e9d020..16760b3 100644
--- a/wydawca/wydawca.c
+++ b/wydawca/wydawca.c
@@ -53,6 +53,8 @@ usage ()
printf ("Configuration file: %s\n", conffile);
printf ("Syslog facility: %s\n", gsc_syslog_facility_to_str (log_facility));
printf ("Syslog tag: %s\n", syslog_tag);
+ printf ("\n");
+ printf ("Report bugs to <%s>\n", PACKAGE_BUGREPORT);
}

Return to:

Send suggestions and report system problems to the System administrator.