Skip to content

Commit ca480e8

Browse files
Update cmd/crane/cmd/catalog.go
Co-authored-by: Jason Hall <[email protected]>
1 parent bc03ddc commit ca480e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/crane/cmd/catalog.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ func NewCmdCatalog(options *[]crane.Option, argv ...string) *cobra.Command {
3232

3333
baseCmd := strings.Join(argv, " ")
3434
eg := fmt.Sprintf(` # list the repos for reg.example.com
35-
$ echo "reg.example.com" | %s catalog
36-
# or
37-
$ %s catalog reg.example.com`, baseCmd, baseCmd)
35+
$ %s catalog reg.example.com`, baseCmd)
3836

3937
return &cobra.Command{
4038
Use: "catalog [REGISTRY]",

0 commit comments

Comments
 (0)