From 5216ecc1042d41167efff50a777045cb4a3b354e Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Thu, 10 Dec 2020 13:45:52 -0500 Subject: [PATCH] Add help text for /wayb --- TomTom.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 278385b..926cd77 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -1130,9 +1130,10 @@ function TomTom:DebugListAllWaypoints() end local function usage() - ChatFrame1:AddMessage(L["|cffffff78TomTom |r/way /tway /tomtomway /cway /tomtom |cffffff78Usage:|r"]) + ChatFrame1:AddMessage(L["|cffffff78TomTom |r/way /tway /tomtomway /cway /wayb /wayback/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/wayb [desc] |r - Save the current position with optional description"]) 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"]) -- 1.7.9.5