This commit is contained in:
Igor Timofeev 2016-04-09 05:43:38 +03:00
parent 5eb6fa21f3
commit 28e8e91623

View File

@ -363,6 +363,10 @@ if args[1] == "draw" and args[2] then
elseif args[1] == "calibrate" then
fs.remove(pathToMultiScreenFolder)
loadConfig()
else
print("Использование программы:")
print(" MultiScreen draw <путь к изображению> - отобразить изображение из файла на мониторах")
print(" MultiScreen calibrate - перекалибровать мониторы")
end
--------------------------------------------------------------------------------------------------------------------------------------------