diff --git a/commands.go b/commands.go index 2597a5c..d67fdb1 100644 --- a/commands.go +++ b/commands.go @@ -50,6 +50,7 @@ func setupCommands() { snap := Command{ Name: "Snap", + Help: "Trigger a purge!", RequiresAdmin: false, Keywords: []string{"snap", "purge", "sn"}, Exec: Snap, @@ -59,6 +60,7 @@ func setupCommands() { status := Command{ Name: "Status", RequiresAdmin: true, + Help: "Show the current status of Thanos/Verifications and probations", Keywords: []string{"st", "status", "stats"}, Exec: Status, }