Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5bc4fc41
...
5bc4fc415d8e7bfdf30b63473bd37d41e1e94637
authored
2001-01-19 05:05:59 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change the usage() to point to bug-mailutils list.
1 parent
27205809
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/extra.c
pop3d/extra.c
View file @
5bc4fc4
...
...
@@ -137,7 +137,7 @@ pop3_usage (char *argv0)
printf
(
" TIMEOUT must be at least 600 (10 minutes) or
\n
"
);
printf
(
" it will be disabled
\n
"
);
printf
(
" -v, --version display version information and exit
\n
"
);
printf
(
"
\n
Report bugs to
gnu-pop-list@nodomainname.net
\n
"
);
printf
(
"
\n
Report bugs to
bug-mailutils@gnu.org
\n
"
);
exit
(
0
);
}
...
...
Please
register
or
sign in
to post a comment