aboutsummaryrefslogtreecommitdiffstats
path: root/bin/arch
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)