aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-05 07:43:05 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-05 07:43:05 +0000
commit9a0a1798c33509defb2f51f8117be55cff6c0fc5 (patch)
treeb080e204244dc11e57457d24318fa7daf75a693c /fetchmailconf
parent5ba811b6940a36dcaac5100f867a6fec1f861318 (diff)
downloadfetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.tar.gz
fetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.tar.bz2
fetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.zip
Better comments.
svn path=/trunk/; revision=1911
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 048e3aa2..d97bf388 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1282,7 +1282,8 @@ def copy_instance(toclass, fromdict):
# that one is strictly for use by the MyWidget supperclass).
#
# Options (not documented because they're for fetchmailconf debuggers only):
-# -d: read the configuration and dump it to stdout without editing, then exit.
+# -d: Read the configuration and dump it to stdout before editing. Dump
+# the edited result to stdout as well.
# -f: specify the run control file to read.
if __name__ == '__main__':