Improved error messages + nwm opacity/resizing

This commit is contained in:
kepler155c@gmail.com
2020-05-12 21:26:02 -06:00
parent ad32dcc2df
commit bc0cf883b4
5 changed files with 152 additions and 148 deletions

View File

@@ -12,8 +12,7 @@ local term = _G.term
local window = _G.window
local function syntax()
printError('Syntax:')
error('mwm [--config=filename] [monitor]')
error('Syntax:\nmwm [--config=filename] [monitor]')
end
local args = Util.parse(...)