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