diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 07:43:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 07:43:05 +0000 |
commit | 9a0a1798c33509defb2f51f8117be55cff6c0fc5 (patch) | |
tree | b080e204244dc11e57457d24318fa7daf75a693c /fetchmailconf | |
parent | 5ba811b6940a36dcaac5100f867a6fec1f861318 (diff) | |
download | fetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.tar.gz fetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.tar.bz2 fetchmail-9a0a1798c33509defb2f51f8117be55cff6c0fc5.zip |
Better comments.
svn path=/trunk/; revision=1911
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 3 |
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__': |