QxQ 4 年之前
父節點
當前提交
8989dd8336
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main/commands/all/uuid.go

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

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