change the usage() to point to bug-mailutils list.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -137,7 +137,7 @@ pop3_usage (char *argv0) | ... | @@ -137,7 +137,7 @@ pop3_usage (char *argv0) |
137 | printf (" TIMEOUT must be at least 600 (10 minutes) or\n"); | 137 | printf (" TIMEOUT must be at least 600 (10 minutes) or\n"); |
138 | printf (" it will be disabled\n"); | 138 | printf (" it will be disabled\n"); |
139 | printf (" -v, --version display version information and exit\n"); | 139 | printf (" -v, --version display version information and exit\n"); |
140 | printf ("\nReport bugs to gnu-pop-list@nodomainname.net\n"); | 140 | printf ("\nReport bugs to bug-mailutils@gnu.org\n"); |
141 | exit (0); | 141 | exit (0); |
142 | } | 142 | } |
143 | 143 | ... | ... |
-
Please register or sign in to post a comment