浏览代码

Update uuid.go

QxQ 4 年之前
父节点
当前提交
3a51c255eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      infra/control/uuid.go

+ 1 - 1
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"},
 	}
 }