diff options
author | rcyeske <rcyeske> | 2005-01-04 02:19:42 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2005-01-04 02:19:42 +0000 |
commit | b0d61b6688c2a7cf4468c4c3073428cf98a85da4 (patch) | |
tree | 9b3ace4d5440bcca4a247bff974ad051c2839e77 /src/main.c | |
parent | 625c9856255228d2726970a81295e53d9d26940a (diff) | |
download | ratpoison-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |