help text overhaul 2

This commit is contained in:
2024-02-23 19:36:00 +01:00
parent 3df7910290
commit cf49427aba
3 changed files with 11 additions and 5 deletions

View File

@@ -10,7 +10,11 @@ local keyboard=require("keyboard")
local repository = "seesberger/PowerManager"
local targetFilepath = "/usr/PowerManager/"
local helpText = "Usage:\n" .. "updater <nothing> - manual update and install\n".."updater -h - this particular text\n" .. " '' -a - automatic update no install\n" .. " '' -i - automatic update and install"
local helpText = "Usage:\n" ..
"updater <option> - no args: manual update and install\n"..
" '' -h - this help text\n" ..
" '' -a - automatic update no install\n" ..
" '' -i - automatic update and install"
function manualUpdate()
print("Manual repo pull...")