From 9f6c44ee0b1f19860351c76d52813319b3029e44 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 24 Aug 2007 20:41:55 +0000 Subject: Print debug reporting email at the end of the help output git-svn-id: file:///svnroot/gsc/trunk@290 d2de0444-eb31-0410-8365-af798a554d48 --- gram.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gram.y b/gram.y index 92346c7..33f0e39 100644 --- a/gram.y +++ b/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[] = { -- cgit v1.2.1