aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gram.y2
1 files changed, 2 insertions, 0 deletions
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[] = {

Return to:

Send suggestions and report system problems to the System administrator.