Typo: added flags

This commit is contained in:
Marcel Nijenhof
2019-02-14 23:29:05 +01:00
parent 7c30138f73
commit 3479166321

2
siprun
View File

@@ -17,7 +17,7 @@ def usage():
def main():
try:
opts, args = getopt.getopt(sys.argv[1:], "sh:p:", ["help", "output="])
opts, args = getopt.getopt(sys.argv[1:], "sh:p:d:t:", ["help", "output="])
except getopt.GetoptError as err:
# print help information and exit:
print(err) # will print something like "option -a not recognized"