diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py
index 99001a283..e2c947c7e 100644
--- a/sphinx/cmdline.py
+++ b/sphinx/cmdline.py
@@ -291,8 +291,6 @@ def main(argv):
'error, so that a better error message '
'can be provided next time.')
print >>error, (
- 'Either send bugs to the mailing list at '
- ',\n'
- 'or report them in the tracker at '
- '. Thanks!')
+ 'A bug report can be filed in the tracker at '
+ '. Thanks!')
return 1