소스 검색

Update uuid.go

QxQ 4 년 전
부모
커밋
3a51c255eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      infra/control/uuid.go

+ 1 - 1
infra/control/uuid.go

@@ -15,7 +15,7 @@ func (c *UUIDCommand) Name() string {
 
 func (c *UUIDCommand) Description() Description {
 	return Description{
-		Short: "Generate new UUIDs",
+		Short: "Generate new UUID",
 		Usage: []string{"v2ctl uuid"},
 	}
 }