Explorar o código

- small change in the help line

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
97cf8f8174
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FlatCAMApp.py

+ 1 - 1
FlatCAMApp.py

@@ -82,7 +82,7 @@ class App(QtCore.QObject):
     cmd_line_shellfile = ''
     cmd_line_shellfile = ''
     cmd_line_shellvar = ''
     cmd_line_shellvar = ''
 
 
-    cmd_line_help = "FlatCam.py --shellfile=<cmd_line_shellfile>\nFlatCam.py --shellvar=<cmd_line_shellvar>"
+    cmd_line_help = "FlatCam.py --shellfile=<cmd_line_shellfile>\nFlatCam.py --shellvar=<1,'C:\path',23>"
     try:
     try:
         # Multiprocessing pool will spawn additional processes with 'multiprocessing-fork' flag
         # Multiprocessing pool will spawn additional processes with 'multiprocessing-fork' flag
         cmd_line_options, args = getopt.getopt(sys.argv[1:], "h:", ["shellfile=",
         cmd_line_options, args = getopt.getopt(sys.argv[1:], "h:", ["shellfile=",