diff options
| author | bwarsaw | 1999-12-02 05:35:22 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-12-02 05:35:22 +0000 |
| commit | 870c65ab0e0025c1477c809279b3c17a187d7f29 (patch) | |
| tree | e111d9ee2f17009575539842eedb90fa25d4a1dd | |
| parent | f874570073972349d4a2e3555d488572d54669a8 (diff) | |
| download | mailman-870c65ab0e0025c1477c809279b3c17a187d7f29.tar.gz mailman-870c65ab0e0025c1477c809279b3c17a187d7f29.tar.zst mailman-870c65ab0e0025c1477c809279b3c17a187d7f29.zip | |
| -rw-r--r-- | bin/withlist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/withlist b/bin/withlist index d84cdaaee..92ebcd3b0 100644 --- a/bin/withlist +++ b/bin/withlist @@ -35,6 +35,10 @@ Options: (e.g. for read-only operations). You can always lock the file after the fact by typing `m.Lock()' + Note that if you use this option, you should explicitly call + m.Unlock() before exiting, since the interpreter's clean up procedure + will not cause the lock to be deleted automatically. + --run [module.]callable -r [module.]callable This can be used to run a script with the opened MailList object. |
