This commit is contained in:
QxQ 2021-04-18 15:37:23 +08:00 committed by Shelikhoo
parent a5224a2bb7
commit 8989dd8336
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
var cmdUUID = &base.Command{
UsageLine: "{{.Exec}} uuid",
Short: "generate new UUIDs",
Long: `Generate new UUIDs.
Short: "generate new UUID",
Long: `Generate new UUID.
`,
Run: executeUUID,
}