1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-12 11:15:41 -05:00
This commit is contained in:
QxQ
2021-04-18 15:37:23 +08:00
committed by Shelikhoo
parent a5224a2bb7
commit 8989dd8336

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