From eb39f57199bcdd48f283e443b5ec282737e2bd12 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 14 Oct 2025 16:51:22 +0200 Subject: [PATCH] fix copy/paste error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 178cdad..6e82089 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ func init() { // thus give the user time to read it. if runtime.GOOS == "windows" { if mousetrap.StartedByExplorer() { - fmt.Println("Do no double click kleingebaeck.exe!") + fmt.Println("Do no double click anydb.exe!") fmt.Println("Please open a command shell and run it from there.") fmt.Println() fmt.Print("Press any key to quit: ")