diff --git a/cmd/troubleshoot.go b/cmd/troubleshoot.go index 4ea5b1444..2c599d6d5 100644 --- a/cmd/troubleshoot.go +++ b/cmd/troubleshoot.go @@ -21,7 +21,7 @@ var fullAPIKey bool // troubleshootCmd does a diagnostic self-check. var troubleshootCmd = &cobra.Command{ Use: "troubleshoot", - Aliases: []string{"t", "debug"}, + Aliases: []string{"debug"}, Short: "Troubleshoot does a diagnostic self-check.", Long: `Provides output to help with troubleshooting.