fixed more typo
This commit is contained in:
@@ -11,10 +11,9 @@ if args[1] == "-h" then
|
|||||||
print(helpText)
|
print(helpText)
|
||||||
return
|
return
|
||||||
elseif args[1] == "update" then
|
elseif args[1] == "update" then
|
||||||
dofile("/usr/PowerManager/updater.lua")
|
os.execute("/usr/PowerManager/updater.lua -a")
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
print('"'..args[1]..'" - Bad argument. you can use: powerman update')
|
print('"'..args[1]..'" - Bad argument. you can use: powerman update')
|
||||||
print(helpText)
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user