diff --git a/infra/control/uuid.go b/infra/control/uuid.go index 015111de1..5a8273d84 100644 --- a/infra/control/uuid.go +++ b/infra/control/uuid.go @@ -15,7 +15,7 @@ func (c *UUIDCommand) Name() string { func (c *UUIDCommand) Description() Description { return Description{ - Short: "Generate new UUIDs", + Short: "Generate new UUID", Usage: []string{"v2ctl uuid"}, } }