Skip to content

Commit

Permalink
update slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Nov 8, 2024
1 parent c9726c4 commit 070644b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/SlashCommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
local CUF = select(2, ...)

local Debug = CUF.Debug
local P = CUF.PixelPerfect

SLASH_CUF1 = "/cuf"
function SlashCmdList.CUF(msg, editbox)
Expand Down Expand Up @@ -38,7 +37,8 @@ function SlashCmdList.CUF(msg, editbox)
"/cuf edit - toggle edit mode" .. "\n" ..
"/cuf restore <automatic|manual> - restore a backup" .. "\n" ..
"/cuf resettips - reset all help tips" .. "\n" ..
"/cuf tags - show available tags"
"/cuf tags - show available tags" .. "\n" ..
"/cuf pixel - show pixel debug info"
)
end
end

0 comments on commit 070644b

Please sign in to comment.