aboutsummaryrefslogtreecommitdiff
path: root/gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'gram.y')
-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 ()
140 printf (" -V, --version print program version and exit\n"); 140 printf (" -V, --version print program version and exit\n");
141 printf (" -w FILE Read contents of Sendmail `w' class from the given\n"); 141 printf (" -w FILE Read contents of Sendmail `w' class from the given\n");
142 printf (" file.\n"); 142 printf (" file.\n");
143 printf ("\n");
144 printf ("Report bugs to <%s>\n", PACKAGE_BUGREPORT);
143} 145}
144 146
145struct option options[] = { 147struct option options[] = {

Return to:

Send suggestions and report system problems to the System administrator.