소스 검색

Clarified some outcomes in issues.go

arianagiroux 2 주 전
부모
커밋
0688fa404a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmd/issues.go

+ 1 - 1
cmd/issues.go

@@ -25,7 +25,7 @@ func main() {
 				os.Exit(1)
 			}
 		} else {
-			fmt.Println("Not enough arguments:", arg)
+			fmt.Println("No issues folder detected.\nNot enough arguments:", arg)
 			os.Exit(1)
 		}
 	}