From efc97b309ed9f1c38aa337214d7354b2f016e664 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 19 Oct 2019 17:29:18 -0400 Subject: [PATCH] #79: Mention /cway in usage text. --- TomTom.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 3ebe727..8acb8ca 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -1114,7 +1114,10 @@ function TomTom:DebugListAllWaypoints() end local function usage() - ChatFrame1:AddMessage(L["|cffffff78TomTom |r/way |cffffff78Usage:|r"]) + ChatFrame1:AddMessage(L["|cffffff78TomTom |r/way /tway /tomtomway /cway /tomtom |cffffff78Usage:|r"]) + ChatFrame1:AddMessage(L["|cffffff78/tomtom |r - Open the TomTom options panel"]) + ChatFrame1:AddMessage(L["|cffffff78/cway |r - Activate the closest waypoint"]) + ChatFrame1:AddMessage(L["|cffffff78/way /tway /tomtomway |r - Commands to set a waypoint: one should work."]) ChatFrame1:AddMessage(L["|cffffff78/way [desc]|r - Adds a waypoint at x,y with descrtiption desc"]) ChatFrame1:AddMessage(L["|cffffff78/way [desc]|r - Adds a waypoint at x,y in zone with description desc"]) ChatFrame1:AddMessage(L["|cffffff78/way reset all|r - Resets all waypoints"]) -- 1.7.9.5