aboutsummaryrefslogtreecommitdiffstats
path: root/bin/arch
diff options
context:
space:
mode:
authorbwarsaw <>2003-04-07 22:51:20 +0000
committerbwarsaw <>2003-04-07 22:51:20 +0000
commit01015334f5c849a0ec891bf8c87137f350473c81 (patch)
treee5a6816d28b322c66b8e40f4220b70a8035d0759 /bin/arch
parent409c593b01945392ee1184ad44d597897e7b5cc4 (diff)
downloadmailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.gz
mailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.xz
mailman2-01015334f5c849a0ec891bf8c87137f350473c81.zip
Backporting from trunk.
Diffstat (limited to 'bin/arch')
-rw-r--r--bin/arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arch b/bin/arch
index be430f68..1752b893 100644
--- a/bin/arch
+++ b/bin/arch
@@ -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)