From 3a51c255eb98eeccad8a1fb022f1bf4ad72013eb Mon Sep 17 00:00:00 2001 From: QxQ <59914293+U-v-U@users.noreply.github.com> Date: Sun, 18 Apr 2021 15:38:04 +0800 Subject: [PATCH] Update uuid.go --- infra/control/uuid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, } }