diff --git a/core/slash.lua b/core/slash.lua index 40a4701..8768e95 100644 --- a/core/slash.lua +++ b/core/slash.lua @@ -48,15 +48,15 @@ function SlashCmdList.AUX(command) print('Ignoring of owner ' .. (aux_ignore_owner and 'enabled' or 'disabled') .. '.') else print('Usage:') - print(' - ignore owner ' .. status(aux_ignore_owner)) - print(' - tooltip value ' .. status(aux_tooltip_value)) - print(' - tooltip daily ' .. status(aux_tooltip_daily)) - print(' - tooltip vendor buy ' .. status(aux_tooltip_merchant_buy)) - print(' - tooltip vendor sell ' .. status(aux_tooltip_merchant_sell)) - print(' - tooltip disenchant value ' .. status(aux_tooltip_disenchant_value)) - print(' - tooltip disenchant distribution ' .. status(aux_tooltip_disenchant_distribution)) - print(' - tooltip disenchant source ' .. status(aux_tooltip_disenchant_source)) - print(' - clear item cache') - print(' - populate wdb') + print('- ignore owner ' .. status(aux_ignore_owner)) + print('- tooltip value ' .. status(aux_tooltip_value)) + print('- tooltip daily ' .. status(aux_tooltip_daily)) + print('- tooltip vendor buy ' .. status(aux_tooltip_merchant_buy)) + print('- tooltip vendor sell ' .. status(aux_tooltip_merchant_sell)) + print('- tooltip disenchant value ' .. status(aux_tooltip_disenchant_value)) + print('- tooltip disenchant distribution ' .. status(aux_tooltip_disenchant_distribution)) + print('- tooltip disenchant source ' .. status(aux_tooltip_disenchant_source)) + print('- clear item cache') + print('- populate wdb') end end \ No newline at end of file