mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
fix typo
This commit is contained in:
parent
a5224a2bb7
commit
8989dd8336
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user