diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index ae9a917a6..93c385374 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -306,8 +306,9 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { that it's a binary extension i.e. prebuilt binaries provided as part of the release. In the absence of a release, the repository itself is cloned assuming that it's a script extension i.e. prebuilt executable or script exists on its root. + The %[1]s--pin%[1]s flag may be used to specify a tag or commit for binary and script - extensions respectively, the latest one is used otherwise. + extensions respectively, the latest version is used otherwise. For local repositories, often used while developing extensions, use %[1]s.%[1]s as the value of the repository argument. Note the following: