Skip to content

Commit 2df6c60

Browse files
authored
fix: update marketplace list help command (#155)
1 parent 28c07c6 commit 2df6c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/marketplace/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
you can also specify the following flags:
3838
- --public - if this flag is set, the command fetches not only the items from the requested company, but also the public Marketplace items from other companies.
3939
`
40-
listCmdUse = "list --company-id company-id [FLAGS]..."
40+
listCmdUse = "list --company-id company-id"
4141
)
4242

4343
// ListCmd return a new cobra command for listing marketplace items

0 commit comments

Comments
 (0)