Update uuid.go

This commit is contained in:
QxQ
2021-04-18 15:38:04 +08:00
committed by GitHub
parent 7dce725f87
commit 3a51c255eb
+1 -1
View File
@@ -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"},
}
}