diff --git a/docs/general/ai/help.go b/docs/general/ai/help.go index 9c4e35142..1d766bb0c 100644 --- a/docs/general/ai/help.go +++ b/docs/general/ai/help.go @@ -3,5 +3,5 @@ package ai var Usage = []string{"how"} func GetDescription() string { - return "This AI-based interface converts your natural language inputs into fully functional JFrog CLI commands. This is an interactive command that accepts no arguments." + return "An AI-based interface that converts natural language inputs into AI-generated JFrog CLI commands." } diff --git a/main.go b/main.go index defb2d0c4..dab9625c5 100644 --- a/main.go +++ b/main.go @@ -278,7 +278,6 @@ func getCommands() ([]cli.Command, error) { Usage: aiDocs.GetDescription(), HelpName: corecommon.CreateUsage("how", aiDocs.GetDescription(), aiDocs.Usage), BashComplete: corecommon.CreateBashCompletionFunc(), - Category: otherCategory, Action: ai.HowCmd, }, {