Update readme, fix options parsing

This commit is contained in:
Dan Sosedoff 2014-10-10 17:20:14 -05:00
parent 617d4ce5bf
commit 7bd23d470f
2 changed files with 1 additions and 7 deletions

View File

@ -26,12 +26,6 @@ This will produce `pgweb` binary in the current workdir.
## API
Get databases:
```
GET /databases
```
Get current database tables:
```

View File

@ -55,7 +55,7 @@ func initOptions() {
_, err := flags.ParseArgs(&options, os.Args)
if err != nil {
fmt.Println("___")
os.Exit(1)
}
}