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
@@ -137,12 +137,14 @@ usage ()
printf (" prohibit use of pipes and file redirections\n");
printf (" -u, --unrestrict Revert the effect of the previous -r option\n");
printf (" -v, --verbose Verbose mode\n");
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[] = {
{ "debug", required_argument, NULL, 'd' },
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'V' },

Return to:

Send suggestions and report system problems to the System administrator.