Skip to content

Commit

Permalink
forgot to remove the sample main
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Jan 13, 2024
1 parent 604aeb7 commit 39dc041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() {

flag.Parse()
if *targetIP == "" {
fmt.Println("No domain specified.")
fmt.Println("No ip specified.")
flag.Usage()
os.Exit(1)
}
Expand Down

0 comments on commit 39dc041

Please sign in to comment.