Thomas Karl Pietrowski 7 лет назад
Родитель
Сommit
904f7c53cc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cura_app.py

+ 1 - 1
cura_app.py

@@ -13,7 +13,7 @@ parser = argparse.ArgumentParser(prog = "cura")
 parser.add_argument('--debug',
                     action='store_true',
                     default = False,
-                    help="Turn on the debug mode by setting this option."
+                    help = "Turn on the debug mode by setting this option."
                     )
 known_args, unknown_args = parser.parse_known_args()
 known_args = vars(known_args)