summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4dc84cf..7a4a008 100644
--- a/src/main.c
+++ b/src/main.c
@@ -355,7 +355,7 @@ print_help (void)
printf ("-i, --interactive Execute commands in interactive mode\n");
printf ("-f, --file <file> Specify an alternative configuration file\n\n");
- printf ("Report bugs to ratpoison-devel@nongnu.org\n\n");
+ printf ("Report bugs to %s\n\n", PACKAGE_BUGREPORT);
exit (EXIT_SUCCESS);
}