diff --git a/src/filters/rclexecm.py b/src/filters/rclexecm.py index da4127b7..6c075709 100644 --- a/src/filters/rclexecm.py +++ b/src/filters/rclexecm.py @@ -316,7 +316,7 @@ def main(proto, extract): ipath = b"" args = sys.argv[1:] - opts, args = getopt.getopt(args, "dfhis:w:") + opts, args = getopt.getopt(args, "dfhi:sw:") for opt, arg in opts: if opt in ['-d']: debugDumpData = True