summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2005-01-04 02:19:42 +0000
committerrcyeske <rcyeske>2005-01-04 02:19:42 +0000
commitb0d61b6688c2a7cf4468c4c3073428cf98a85da4 (patch)
tree9b3ace4d5440bcca4a247bff974ad051c2839e77 /src/main.c
parent625c9856255228d2726970a81295e53d9d26940a (diff)
downloadratpoison-b0d61b6688c2a7cf4468c4c3073428cf98a85da4.zip
* src/main.c (print_help): Update mailing list.
* src/actions.c (cmd_license): Update mailing list and website.
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 acae288..fec61f7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -293,7 +293,7 @@ print_help ()
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@lists.sourceforge.net\n\n");
+ printf ("Report bugs to ratpoison-devel@nongnu.org\n\n");
exit (EXIT_SUCCESS);
}