Beremiz_service.py
changeset 1900 9d1547578f55
parent 1894 f224383cc883
child 1901 e8cf68d69447
--- a/Beremiz_service.py	Thu Jan 11 13:02:09 2018 +0100
+++ b/Beremiz_service.py	Thu Jan 11 15:39:58 2018 +0100
@@ -60,7 +60,7 @@
 
 
 try:
-    opts, argv = getopt.getopt(sys.argv[1:], "i:p:n:x:t:a:w:c:e:h")
+    opts, argv = getopt.getopt(sys.argv[1:], "i:p:n:x:t:a:w:c:e:s:h")
 except getopt.GetoptError, err:
     # print help information and exit:
     print(str(err))  # will print something like "option -a not recognized"