Skip to content

Commit cad75c2

Browse files
committed
fix use
1 parent f32c78c commit cad75c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
func (r *RootCmd) organizations() *clibase.Cmd {
1212
cmd := &clibase.Cmd{
1313
Annotations: workspaceCommand,
14-
Use: "organizations { current }",
14+
Use: "organizations [subcommand]",
1515
Short: "Organization related commands",
1616
Aliases: []string{"organization", "org", "orgs"},
1717
Hidden: true, // Hidden until these commands are complete.

0 commit comments

Comments
 (0)