small fixes before merge
Some checks failed
code scans / scans (pull_request) Failing after 14s

This commit is contained in:
2025-06-19 17:34:53 -04:00
parent 71ace969d3
commit f421bd906a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import (
)
var activeCmd = &cobra.Command{
Use: "active",
Use: "activate",
Example: "mctl server active <server>",
Short: "sets the active server to run commands on",
SilenceUsage: true,