summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arch b/bin/arch
index 35e614e1e..f8bc14e02 100644
--- a/bin/arch
+++ b/bin/arch
@@ -96,7 +96,7 @@ def main():
try:
fp = open(mbox)
except IOError, msg:
- usage(3, 'cannot open mbox file %s: %s' % (mbox, rest))
+ usage(3, 'cannot open mbox file %s: %s' % (mbox, msg))
archiver = HyperArchive(mlist)
archiver.VERBOSE = 1