delimeter after h

This commit is contained in:
2026-04-09 17:53:31 +02:00
parent c414f4d4f9
commit e5d7c59ef5
+1 -1
View File
@@ -8,7 +8,7 @@ def main(argv):
comp3 = ''
try:
opts, args = getopt.getopt(argv,"hc1:c2:c3:",["comp1=","comp2=","comp3="])
opts, args = getopt.getopt(argv,"h:c1:c2:c3:",["comp1=","comp2=","comp3="])
except getopt.GetoptError:
print ('test.py -i <inputfile> -a <address> -p <port>')
sys.exit(2)