Browse Source

Updated name in version flag output

master
parent
commit
5b14a88f95
  1. 2
      src/main.go

2
src/main.go

@ -79,7 +79,7 @@ func init() {
if *version { if *version {
fmt.Printf( fmt.Printf(
"Webcrawl - crawl the web for data\n(c) 2022 Kasyanov Nikolay Alexeyevich (Unbewohnte)\n\n", "Wecr - crawl the web for data\n(c) 2022 Kasyanov Nikolay Alexeyevich (Unbewohnte)\n\n",
) )
os.Exit(0) os.Exit(0)
} }

Loading…
Cancel
Save