diff --git a/README.md b/README.md index 32c12d1..045e8ac 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,6 @@ This will produce `pgweb` binary in the current workdir. ## API -Get databases: - -``` -GET /databases -``` - Get current database tables: ``` diff --git a/main.go b/main.go index bdbcc5c..104706f 100644 --- a/main.go +++ b/main.go @@ -55,7 +55,7 @@ func initOptions() { _, err := flags.ParseArgs(&options, os.Args) if err != nil { - fmt.Println("___") + os.Exit(1) } }