aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/smt2-bmc/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smt2-bmc/sync.py')
-rw-r--r--scripts/smt2-bmc/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smt2-bmc/sync.py b/scripts/smt2-bmc/sync.py
index eca0371..23cadc6 100644
--- a/scripts/smt2-bmc/sync.py
+++ b/scripts/smt2-bmc/sync.py
@@ -18,7 +18,7 @@ python3 sync.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()