Skip to content

Commit

Permalink
Update docs/buildtools/setup/help.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <[email protected]>
  • Loading branch information
sverdlov93 and yahavi authored Jan 8, 2025
1 parent 7c4bd5e commit 83787fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/buildtools/setup/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var Usage = []string{"setup [command options]",

func GetDescription() string {
return fmt.Sprintf(
`An interactive command to set up your local package manager to work with JFrog Artifactory.
Supported package managers are: %v`,
`An interactive command to set up your local package manager to work with JFrog Artifactory. Supported package managers are: %v`,
setup.GetSupportedPackageManagersList())
}

0 comments on commit 83787fc

Please sign in to comment.