Skip to content

Commit

Permalink
Update help text for registry list (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub authored Feb 15, 2024
1 parent 94f8f1a commit ae7b30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/registry_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ func (c *RegistryListCommand) AutocompleteFlags() complete.Flags {
}

func (c *RegistryListCommand) Synopsis() string {
return "List registries and packs available in the local environment."
return "List registries configured in the local environment."
}

func (c *RegistryListCommand) Help() string {
c.Example = `
# List all available registries and their packs
# List all configured registries
nomad-pack registry list
`
return formatHelp(`
Expand Down

0 comments on commit ae7b30d

Please sign in to comment.