aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-06 13:56:14 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-06 13:56:14 +0000
commit2848810d4427c1b09e0c7c5c870444c9b50e5dac (patch)
tree796b6ead6db0f68e6d592ecf30db4e371a1183ab
parent6289562c4c47bdbbafe1d93e8e4bde4961d7b08b (diff)
downloadfetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.tar.gz
fetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.tar.bz2
fetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.zip
Typo: --dumpconfig -> --configdump.
svn path=/branches/BRANCH_6-3/; revision=4610
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a33b84ff..521e3ec4 100644
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,7 @@ fetchmail 6.3.2 (to be released):
- switch back to LMTP after sending a bounce.
The patch removes the global state variable that was the root of this problem.
Patch by Sunil Shetye. (MA)
-* Don't complain about fetchall keep in --dumpconfig mode. Bug introduced in
+* Don't complain about fetchall keep in --configdump mode. Bug introduced in
6.3.0. Matthias Andree.
* fetchmailconf.py: Fix novice help for Poll interval and fetchall.
Reported by Justin Pryzby, Debian Bug #344978. Matthias Andree