QxQ 4 years ago
parent
commit
8989dd8336
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/commands/all/uuid.go

+ 2 - 2
main/commands/all/uuid.go

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