aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/smt2-bmc/async.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smt2-bmc/async.py')
-rw-r--r--scripts/smt2-bmc/async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smt2-bmc/async.py b/scripts/smt2-bmc/async.py
index c60cf15..e4854de 100644
--- a/scripts/smt2-bmc/async.py
+++ b/scripts/smt2-bmc/async.py
@@ -22,7 +22,7 @@ python3 async.py [options]
sys.exit(1)
try:
- opts, args = getopt.getopt(sys.argv[1:], "s:t:vdp")
+ opts, args = getopt.getopt(sys.argv[1:], so.optstr + "t:")
except:
usage()