fixed more typo

This commit is contained in:
2024-02-23 17:26:14 +01:00
parent 8798d03b37
commit 9e38152815

View File

@@ -11,10 +11,9 @@ if args[1] == "-h" then
print(helpText)
return
elseif args[1] == "update" then
dofile("/usr/PowerManager/updater.lua")
os.execute("/usr/PowerManager/updater.lua -a")
return
else
print('"'..args[1]..'" - Bad argument. you can use: powerman update')
print(helpText)
return
end