1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00
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

View File

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