diff options
author | bwarsaw <> | 2003-04-07 22:51:20 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-07 22:51:20 +0000 |
commit | 01015334f5c849a0ec891bf8c87137f350473c81 (patch) | |
tree | e5a6816d28b322c66b8e40f4220b70a8035d0759 /bin/arch | |
parent | 409c593b01945392ee1184ad44d597897e7b5cc4 (diff) | |
download | mailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.gz mailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.xz mailman2-01015334f5c849a0ec891bf8c87137f350473c81.zip |
Backporting from trunk.
Diffstat (limited to '')
-rw-r--r-- | bin/arch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ def main(): try: opts, args = getopt.getopt( sys.argv[1:], 'hs:e:q', - ['help', 'start', 'end', 'quiet', 'wipe']) + ['help', 'start=', 'end=', 'quiet', 'wipe']) except getopt.error, msg: usage(1, msg) |