From 3479166321fa3f28f38591986b89966785f6823f Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Thu, 14 Feb 2019 23:29:05 +0100 Subject: [PATCH] Typo: added flags --- siprun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siprun b/siprun index 187bdbc..149bd6b 100755 --- a/siprun +++ b/siprun @@ -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"