Quantcast

#79: Mention /cway in usage text.

Ludovicus [10-19-19 - 21:29]
#79: Mention /cway in usage text.
Filename
TomTom.lua
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 <x> <y> [desc]|r - Adds a waypoint at x,y with descrtiption desc"])
     ChatFrame1:AddMessage(L["|cffffff78/way <zone> <x> <y> [desc]|r - Adds a waypoint at x,y in zone with description desc"])
     ChatFrame1:AddMessage(L["|cffffff78/way reset all|r - Resets all waypoints"])