We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7884d2 commit b8dcb26Copy full SHA for b8dcb26
internal/cmd/organization/describe/describe.go
@@ -29,7 +29,7 @@ type inputModel struct {
29
func NewCmd(params *types.CmdParams) *cobra.Command {
30
cmd := &cobra.Command{
31
Use: "describe",
32
- Short: "Show a organization",
+ Short: "Show an organization",
33
Long: "Show an organization.",
34
// the arg can be the organization uuid or the container id, which is not a uuid, so no validation needed
35
Args: args.SingleArg(organizationIdArg, nil),
0 commit comments