Skip to content

Commit b8dcb26

Browse files
Update internal/cmd/organization/describe/describe.go
Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent f7884d2 commit b8dcb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/organization/describe/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type inputModel struct {
2929
func NewCmd(params *types.CmdParams) *cobra.Command {
3030
cmd := &cobra.Command{
3131
Use: "describe",
32-
Short: "Show a organization",
32+
Short: "Show an organization",
3333
Long: "Show an organization.",
3434
// the arg can be the organization uuid or the container id, which is not a uuid, so no validation needed
3535
Args: args.SingleArg(organizationIdArg, nil),

0 commit comments

Comments
 (0)