Skip to content

Commit 4407d88

Browse files
authored
feat(secret_manager): update CLI description (#3726)
1 parent 72f5bc4 commit 4407d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/secret/v1beta1/secret_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func GetGeneratedCommands() *core.Commands {
4343
}
4444
func secretRoot() *core.Command {
4545
return &core.Command{
46-
Short: `This API allows you to conveniently store, access and share sensitive data such as passwords, API keys and certificates`,
46+
Short: `Secret Manager API`,
4747
Long: `This API allows you to conveniently store, access and share sensitive data such as passwords, API keys and certificates.`,
4848
Namespace: "secret",
4949
}

0 commit comments

Comments
 (0)