mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-16 20:10:59 +01:00
fix copy/paste error
This commit is contained in:
2
main.go
2
main.go
@@ -41,7 +41,7 @@ func init() {
|
|||||||
// thus give the user time to read it.
|
// thus give the user time to read it.
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
if mousetrap.StartedByExplorer() {
|
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("Please open a command shell and run it from there.")
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Print("Press any key to quit: ")
|
fmt.Print("Press any key to quit: ")
|
||||||
|
|||||||
Reference in New Issue
Block a user