Skip to content

Commit b7fd8f5

Browse files
committed
rename from resource to resources
1 parent f3b40f7 commit b7fd8f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/ctrlc/root/api/get/resources/resources.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ func NewGetResourcesCmd() *cobra.Command {
1414
var workspace string
1515

1616
cmd := &cobra.Command{
17-
Use: "resource [flags]",
18-
Short: "Get a resource",
19-
Long: `Get a resource by specifying either an ID or both a workspace and an identifier.`,
17+
Use: "resources [flags]",
18+
Short: "Get resources",
19+
Long: `Get resources by specifying a workspace.`,
2020
Example: heredoc.Doc(`
21-
# Get a resource by workspace and identifier
21+
# Get resources by workspace
2222
$ ctrlc get resource --workspace 00000000-0000-0000-0000-000000000000
2323
`),
2424
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)