Fix the command descriptions

This commit is contained in:
M. Mert Yildiran
2022-12-26 06:31:36 +03:00
parent eb17b50cfc
commit 8235dc7d5f
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import (
var logsCmd = &cobra.Command{
Use: "logs",
Short: "Create a zip file with logs for Github issue or troubleshoot",
Short: "Create a ZIP file with logs for GitHub issues or troubleshooting",
RunE: func(cmd *cobra.Command, args []string) error {
kubernetesProvider, err := getKubernetesProviderForCli()
if err != nil {