summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-03 01:53:51 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-03 23:06:13 +0100
commitfcc722a02eecc697ad8c7058853a40aeccab2a1a (patch)
treee1a35dc44199d940e95c3a89391b8186141ba1a5
parentfa69587598d704de171736f1ba1fb53a9975a3ff (diff)
downloadratpoison-fcc722a02eecc697ad8c7058853a40aeccab2a1a.zip
Report bugs to PACKAGE_BUGREPORT.
-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);
}