Typo: added flags
This commit is contained in:
2
siprun
2
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"
|
||||
|
Reference in New Issue
Block a user