diff --git a/hoodselector/luasrc/usr/sbin/hoodselector b/hoodselector/luasrc/usr/sbin/hoodselector index 129c0e4d66f9bffcaafdb50333417f83d4c5eaf2..3b4d83eeed02909f45861d246d1ecfb03135b9de 100755 --- a/hoodselector/luasrc/usr/sbin/hoodselector +++ b/hoodselector/luasrc/usr/sbin/hoodselector @@ -74,7 +74,13 @@ if arg[1] ~= nil then io.stderr:write("Hoodfile Path not in Config") else io.stderr:write("Hoodfile Path: " .. uci:get('hoodselector', 'hoodselector', 'hoodfile')) - end + end + else + io.stderr:write("Hoodselector usage: \n\n") + io.stderr:write("hoodselector \t\t runs the Hoodselector\n") + io.stderr:write("hoodselector enable \t enable the Hoodselector\n") + io.stderr:write("hoodselector disable \t disable the Hoodselector\n") + io.stderr:write("hoodselector hoodfile \t shows the path of the Hoodfile\n") end os.exit(0) end