Update uuid.go

This commit is contained in:
QxQ 2021-04-18 15:38:04 +08:00 committed by GitHub
parent 7dce725f87
commit 3a51c255eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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