From 01015334f5c849a0ec891bf8c87137f350473c81 Mon Sep 17 00:00:00 2001
From: bwarsaw <>
Date: Mon, 7 Apr 2003 22:51:20 +0000
Subject: Backporting from trunk.

---
 bin/arch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin')

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)
 
-- 
cgit v1.2.3